56
56
runs-on : ${{ matrix.platform }}
57
57
steps :
58
58
- name : Checkout source code
59
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v3
60
60
- name : Install Rust ${{ matrix.toolchain }} toolchain
61
61
uses : actions-rs/toolchain@v1
62
62
with :
@@ -202,7 +202,7 @@ jobs:
202
202
TOOLCHAIN : nightly
203
203
steps :
204
204
- name : Checkout source code
205
- uses : actions/checkout@v2
205
+ uses : actions/checkout@v3
206
206
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
207
207
uses : actions-rs/toolchain@v1
208
208
with :
@@ -241,7 +241,7 @@ jobs:
241
241
TOOLCHAIN : 1.52.1
242
242
steps :
243
243
- name : Checkout source code
244
- uses : actions/checkout@v2
244
+ uses : actions/checkout@v3
245
245
with :
246
246
fetch-depth : 0
247
247
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
@@ -266,7 +266,7 @@ jobs:
266
266
TOOLCHAIN : stable
267
267
steps :
268
268
- name : Checkout source code
269
- uses : actions/checkout@v2
269
+ uses : actions/checkout@v3
270
270
- name : Install Rust 1.58 toolchain
271
271
uses : actions-rs/toolchain@v1
272
272
with :
@@ -290,7 +290,7 @@ jobs:
290
290
TOOLCHAIN : 1.47.0
291
291
steps :
292
292
- name : Checkout source code
293
- uses : actions/checkout@v2
293
+ uses : actions/checkout@v3
294
294
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
295
295
uses : actions-rs/toolchain@v1
296
296
with :
0 commit comments