5252 runs-on : ${{ matrix.platform }}
5353 steps :
5454 - name : Checkout source code
55- uses : actions/checkout@v2
55+ uses : actions/checkout@v3
5656 - name : Install Rust ${{ matrix.toolchain }} toolchain
5757 uses : actions-rs/toolchain@v1
5858 with :
@@ -198,7 +198,7 @@ jobs:
198198 TOOLCHAIN : nightly
199199 steps :
200200 - name : Checkout source code
201- uses : actions/checkout@v2
201+ uses : actions/checkout@v3
202202 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
203203 uses : actions-rs/toolchain@v1
204204 with :
@@ -237,7 +237,7 @@ jobs:
237237 TOOLCHAIN : 1.52.1
238238 steps :
239239 - name : Checkout source code
240- uses : actions/checkout@v2
240+ uses : actions/checkout@v3
241241 with :
242242 fetch-depth : 0
243243 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
@@ -262,7 +262,7 @@ jobs:
262262 TOOLCHAIN : stable
263263 steps :
264264 - name : Checkout source code
265- uses : actions/checkout@v2
265+ uses : actions/checkout@v3
266266 - name : Install Rust 1.58 toolchain
267267 uses : actions-rs/toolchain@v1
268268 with :
@@ -286,7 +286,7 @@ jobs:
286286 TOOLCHAIN : 1.47.0
287287 steps :
288288 - name : Checkout source code
289- uses : actions/checkout@v2
289+ uses : actions/checkout@v3
290290 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
291291 uses : actions-rs/toolchain@v1
292292 with :
0 commit comments