5656 runs-on : ${{ matrix.platform }}
5757 steps :
5858 - name : Checkout source code
59- uses : actions/checkout@v2
59+ uses : actions/checkout@v3
6060 - name : Install Rust ${{ matrix.toolchain }} toolchain
6161 uses : actions-rs/toolchain@v1
6262 with :
@@ -202,7 +202,7 @@ jobs:
202202 TOOLCHAIN : nightly
203203 steps :
204204 - name : Checkout source code
205- uses : actions/checkout@v2
205+ uses : actions/checkout@v3
206206 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
207207 uses : actions-rs/toolchain@v1
208208 with :
@@ -241,7 +241,7 @@ jobs:
241241 TOOLCHAIN : 1.52.1
242242 steps :
243243 - name : Checkout source code
244- uses : actions/checkout@v2
244+ uses : actions/checkout@v3
245245 with :
246246 fetch-depth : 0
247247 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
@@ -266,7 +266,7 @@ jobs:
266266 TOOLCHAIN : stable
267267 steps :
268268 - name : Checkout source code
269- uses : actions/checkout@v2
269+ uses : actions/checkout@v3
270270 - name : Install Rust 1.58 toolchain
271271 uses : actions-rs/toolchain@v1
272272 with :
@@ -290,7 +290,7 @@ jobs:
290290 TOOLCHAIN : 1.47.0
291291 steps :
292292 - name : Checkout source code
293- uses : actions/checkout@v2
293+ uses : actions/checkout@v3
294294 - name : Install Rust ${{ env.TOOLCHAIN }} toolchain
295295 uses : actions-rs/toolchain@v1
296296 with :
0 commit comments