File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
autofix :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- name : Convert to WebP
11
11
id : convert
12
12
run : |
Original file line number Diff line number Diff line change 9
9
name : Check HUDs
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : actions/cache@v4
14
14
with :
15
15
key : ${{ github.ref }}
Original file line number Diff line number Diff line change 15
15
name : Update HUDs
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Refresh hash
20
20
run : |
21
21
python utils/update_hash.py ${{ github.event.inputs.huds }}
29
29
name : Check HUDs
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- uses : actions/cache@v4
34
34
with :
35
35
key : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments