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 5
5
Link-Format-Checks :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- run : scripts/link-format-chk.sh
10
10
Build-Table-Checks :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- run : scripts/buildtable.pl >/tmp/table.mediawiki || exit 1
15
15
Diff-Checks :
16
16
name : " Diff Checks (fails until number assignment)"
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
with :
21
21
fetch-depth : 2
22
22
- run : scripts/diffcheck.sh
25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout Actions Repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Check spelling
31
31
uses : crate-ci/typos@master
You can’t perform that action at this time.
0 commit comments