about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-19 21:08:41 +0000
committerbors <bors@rust-lang.org>2021-03-19 21:08:41 +0000
commitf5f33ec0e0455eefa72fc5567eb1280a4d5ee206 (patch)
tree6dc9ac54f6659b0b7618cdccc3f5a29482d6bab3 /src/ci
parentcebc8fef5f4391a9ed8e4c1dc566a6c5824e2901 (diff)
parent22f25484d677e6ff8a4aba6d288e55602fea2fcb (diff)
downloadrust-f5f33ec0e0455eefa72fc5567eb1280a4d5ee206.tar.gz
rust-f5f33ec0e0455eefa72fc5567eb1280a4d5ee206.zip
Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini
use checkout@v2 in CI for master

Updates CI workflow to use checkout@v2 from v1 (as other parts of CI) for master, plus slightly faster checkout as result
compare v2
https://github.com/rust-lang-ci/rust/commit/2ccf06302c08d7d4911aad40e66a9a3ee731c6f9/checks/2113902859/logs
and v1 logs
https://github.com/rust-lang-ci/rust/commit/2ccf06302c08d7d4911aad40e66a9a3ee731c6f9/checks/2115229351/logs
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/github-actions/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml
index 7125b33699a..c0a84444a59 100644
--- a/src/ci/github-actions/ci.yml
+++ b/src/ci/github-actions/ci.yml
@@ -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