File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 documentation : ${{ steps.filter.outputs.documentation }}
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 2
2525 show-progress : false
Original file line number Diff line number Diff line change 2121 if : ${{ needs.changed.outputs.workflows == 'true' || needs.changed.outputs.data_files == 'true' || needs.changed.outputs.documentation == 'true' }}
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 show-progress : false
2727 - uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 1616 name : Style
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 with :
2121 show-progress : false
2222 - uses : editorconfig-checker/action-editorconfig-checker@main
You can’t perform that action at this time.
0 commit comments