File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222
2323 - uses : actions/setup-python@v6
2424 with :
4343 runs-on : ubuntu-latest
4444
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747
4848 - uses : actions/setup-python@v6
4949 with :
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change 1717 env :
1818 CWLTOOL_OPTIONS : " --parallel --relax-path-checks --enable-dev"
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - uses : actions/setup-python@v6
2323 with :
Original file line number Diff line number Diff line change 1111 name : Spellcheck
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Codespell with annotations
1616 uses :
codespell-project/[email protected] 1717 with :
You can’t perform that action at this time.
0 commit comments