File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 Link-Format-Checks :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - run : scripts/link-format-chk.sh
1010 Build-Table-Checks :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - run : scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
1515 Diff-Checks :
1616 name : " Diff Checks (fails until number assignment)"
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 2
2222 - run : scripts/diffcheck.sh
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout Actions Repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Check spelling
3131 uses : crate-ci/typos@master
You can’t perform that action at this time.
0 commit comments