52
52
runs-on : ${{ matrix.platform }}
53
53
steps :
54
54
- name : Checkout source code
55
- uses : actions/checkout@v2
55
+ uses : actions/checkout@v3
56
56
- name : Install Rust ${{ matrix.toolchain }} toolchain
57
57
uses : actions-rs/toolchain@v1
58
58
with :
@@ -198,7 +198,7 @@ jobs:
198
198
TOOLCHAIN : nightly
199
199
steps :
200
200
- name : Checkout source code
201
- uses : actions/checkout@v2
201
+ uses : actions/checkout@v3
202
202
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
203
203
uses : actions-rs/toolchain@v1
204
204
with :
@@ -237,7 +237,7 @@ jobs:
237
237
TOOLCHAIN : 1.52.1
238
238
steps :
239
239
- name : Checkout source code
240
- uses : actions/checkout@v2
240
+ uses : actions/checkout@v3
241
241
with :
242
242
fetch-depth : 0
243
243
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
@@ -262,7 +262,7 @@ jobs:
262
262
TOOLCHAIN : stable
263
263
steps :
264
264
- name : Checkout source code
265
- uses : actions/checkout@v2
265
+ uses : actions/checkout@v3
266
266
- name : Install Rust 1.58 toolchain
267
267
uses : actions-rs/toolchain@v1
268
268
with :
@@ -286,7 +286,7 @@ jobs:
286
286
TOOLCHAIN : 1.47.0
287
287
steps :
288
288
- name : Checkout source code
289
- uses : actions/checkout@v2
289
+ uses : actions/checkout@v3
290
290
- name : Install Rust ${{ env.TOOLCHAIN }} toolchain
291
291
uses : actions-rs/toolchain@v1
292
292
with :
0 commit comments