File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
- 1.57
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- uses : actions-rs/toolchain@v1
29
29
with :
30
30
profile : minimal
76
76
timeout-minutes : 15
77
77
78
78
steps :
79
- - uses : actions/checkout@v3
79
+ - uses : actions/checkout@v4
80
80
- uses : actions-rs/toolchain@v1
81
81
with :
82
82
profile : minimal
@@ -140,7 +140,7 @@ jobs:
140
140
141
141
steps :
142
142
- name : " Checkout Repository"
143
- uses : actions/checkout@v3
143
+ uses : actions/checkout@v4
144
144
145
145
- name : Cache binaries
146
146
id : cache-bin
@@ -197,7 +197,7 @@ jobs:
197
197
runs-on : ubuntu-latest
198
198
timeout-minutes : 2
199
199
steps :
200
- - uses : actions/checkout@v3
200
+ - uses : actions/checkout@v4
201
201
- uses : actions-rs/toolchain@v1
202
202
with :
203
203
toolchain : nightly
@@ -214,7 +214,7 @@ jobs:
214
214
runs-on : ubuntu-latest
215
215
timeout-minutes : 10
216
216
steps :
217
- - uses : actions/checkout@v3
217
+ - uses : actions/checkout@v4
218
218
- uses : actions-rs/toolchain@v1
219
219
with :
220
220
toolchain : nightly
@@ -229,7 +229,7 @@ jobs:
229
229
name : Semver Checks
230
230
runs-on : ubuntu-latest
231
231
steps :
232
- - uses : actions/checkout@v3
232
+ - uses : actions/checkout@v4
233
233
- uses : Swatinem/rust-cache@v2
234
234
with :
235
235
shared-key : " semver-checks"
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : " Checkout Repository"
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
# TODO: Remove when Python 3.11 is the default on the Gihtub Actions image
25
25
- name : " Install Python 3.11"
You can’t perform that action at this time.
0 commit comments