Skip to content

Commit f5f33ec

Browse files
committed
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
2 parents cebc8fe + 22f2548 commit f5f33ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ jobs:
622622
if: "github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'"
623623
steps:
624624
- name: checkout the source code
625-
uses: actions/checkout@v1
625+
uses: actions/checkout@v2
626626
with:
627627
fetch-depth: 2
628628
- name: publish toolstate

src/ci/github-actions/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ jobs:
655655
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'rust-lang-ci/rust'
656656
steps:
657657
- name: checkout the source code
658-
uses: actions/checkout@v1
658+
uses: actions/checkout@v2
659659
with:
660660
fetch-depth: 2
661661

0 commit comments

Comments
 (0)