File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3030 media : ${{ steps.filter.outputs.media }}
3131 docs : ${{ steps.filter.outputs.docs }}
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 2
3636 show-progress : false
Original file line number Diff line number Diff line change 2121 if : ${{ needs.changed.outputs.data == 'true' || needs.changed.outputs.docs == 'true' || needs.changed.outputs.codespell == 'true' || needs.changed.outputs.copyright == 'true' || needs.changed.outputs.workflows == 'true' }}
2222 runs-on : self-hosted
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 show-progress : false
2727 - uses : codespell-project/actions-codespell@master
3737 if : ${{ needs.changed.outputs.editorconfig_files == 'true' || needs.changed.outputs.workflows == 'true' }}
3838 runs-on : self-hosted
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 with :
4242 show-progress : false
4343 - uses : editorconfig-checker/action-editorconfig-checker@main
4949 if : ${{ needs.changed.outputs.copyright == 'true' || needs.changed.outputs.workflows == 'true' }}
5050 runs-on : self-hosted
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6
5353 with :
5454 show-progress : false
5555 - name : Simple check
6969 if : ${{ needs.changed.outputs.data == 'true' || needs.changed.outputs.workflows == 'true' }}
7070 runs-on : self-hosted
7171 steps :
72- - uses : actions/checkout@v5
72+ - uses : actions/checkout@v6
7373 with :
7474 show-progress : false
7575 path : ' plugins/github-action-plugin'
8888 if : ${{ needs.changed.outputs.media == 'true' || needs.changed.outputs.workflows == 'true' }}
8989 runs-on : self-hosted
9090 steps :
91- - uses : actions/checkout@v5
91+ - uses : actions/checkout@v6
9292 with :
9393 show-progress : false
9494 path : ' plugins/github-action-plugin'
You can’t perform that action at this time.
0 commit comments