]> git.lizzy.rs Git - rust.git/commitdiff
use checkout@v2
authorklensy <klensy@users.noreply.github.com>
Tue, 16 Mar 2021 14:54:09 +0000 (17:54 +0300)
committerklensy <klensy@users.noreply.github.com>
Tue, 16 Mar 2021 14:54:09 +0000 (17:54 +0300)
.github/workflows/ci.yml
src/ci/github-actions/ci.yml

index 99a0c0b4b85de13523646072e0dc3bd8a733ad11..2ead68638fa4a2f716f36e7b22c54701c3038288 100644 (file)
@@ -622,7 +622,7 @@ jobs:
     if: "github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'"
     steps:
       - name: checkout the source code
-        uses: actions/checkout@v1
+        uses: actions/checkout@v2
         with:
           fetch-depth: 2
       - name: publish toolstate
index 7125b33699a0ceaf4f3078fcf11144cfd882c134..c0a84444a59285d5ae2925f4cc34ba13caa805ae 100644 (file)
@@ -655,7 +655,7 @@ jobs:
     if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'
     steps:
       - name: checkout the source code
-        uses: actions/checkout@v1
+        uses: actions/checkout@v2
         with:
           fetch-depth: 2