File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
# https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
101
101
- name : Free Disk Space (Ubuntu)
102
102
if : ${{ matrix.config.free_disk_space == true }}
103
- uses : jlumbroso/free-disk-space@main
103
+ uses : jlumbroso/free-disk-space@v1.3.1
104
104
with :
105
105
# this might remove tools that are actually needed,
106
106
# if set to "true" but frees about 6 GB
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : editorconfig-checker/action-editorconfig-checker@main
26
+ - uses : editorconfig-checker/action-editorconfig-checker@v2
27
+ with :
28
+ version : v3.0.3
27
29
- run : editorconfig-checker
You can’t perform that action at this time.
0 commit comments