File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
name : runner / actionlint
16
16
runs-on : ubuntu-24.04
17
17
steps :
18
- - uses : actions/checkout@v4.3 .0
18
+ - uses : actions/checkout@v5.0 .0
19
19
20
20
- name : actionlint
21
21
uses : reviewdog/action-actionlint@v1.66.0
Original file line number Diff line number Diff line change 44
44
runs-on : ${{ matrix.ghimage }}
45
45
46
46
steps :
47
- - uses : actions/checkout@v4.3 .0
47
+ - uses : actions/checkout@v5.0 .0
48
48
with :
49
49
submodules : true
50
50
@@ -134,7 +134,7 @@ jobs:
134
134
runs-on : ${{ matrix.ghimage }}
135
135
136
136
steps :
137
- - uses : actions/checkout@v4.3 .0
137
+ - uses : actions/checkout@v5.0 .0
138
138
139
139
- name : Get Rust toolchain
140
140
id : toolchain
@@ -188,7 +188,7 @@ jobs:
188
188
runs-on : ${{ matrix.ghimage }}
189
189
190
190
steps :
191
- - uses : actions/checkout@v4.3 .0
191
+ - uses : actions/checkout@v5.0 .0
192
192
193
193
- uses : docker/metadata-action@v5.8.0
194
194
id : meta
Original file line number Diff line number Diff line change 22
22
23
23
runs-on : ubuntu-24.04
24
24
steps :
25
- - uses : actions/checkout@v4.3 .0
25
+ - uses : actions/checkout@v5.0 .0
26
26
27
27
- uses : actions-rs/toolchain@v1.0.7
28
28
with :
You can’t perform that action at this time.
0 commit comments