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:
100100 # https://github.com/jlumbroso/free-disk-space/tree/54081f138730dfa15788a46383842cd2f914a1be#example
101101 - name : Free Disk Space (Ubuntu)
102102 if : ${{ matrix.config.free_disk_space == true }}
103- uses : jlumbroso/free-disk-space@main
103+ uses : jlumbroso/free-disk-space@v1.3.1
104104 with :
105105 # this might remove tools that are actually needed,
106106 # if set to "true" but frees about 6 GB
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - 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
2729 - run : editorconfig-checker
You can’t perform that action at this time.
0 commit comments