File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
lint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- name : LaTeX linter (chktex)
11
11
12
12
# Provide this output for context, but don't fail builds
25
25
document : [rulebook, scoresheets]
26
26
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
30
30
- name : Take ownership of the checkout directory (Git CVE-2022-24765)
31
31
run : chown --recursive --reference=/ .
50
50
contents : write
51
51
needs : [build]
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
with :
55
55
ref : gh-pages
56
56
Original file line number Diff line number Diff line change 9
9
lint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : LaTeX linter (chktex)
14
14
15
15
# Provide this output for context, but don't fail builds
22
22
runs-on : ubuntu-latest
23
23
container : texlive/texlive:TL2022-historic
24
24
steps :
25
- - uses : actions/checkout@v4
25
+ - uses : actions/checkout@v5
26
26
27
27
- name : Take ownership of the checkout directory (Git CVE-2022-24765)
28
28
run : chown --recursive --reference=/ .
You can’t perform that action at this time.
0 commit comments