Skip to content

Commit 22f2548

Browse files
committed
use checkout@v2
1 parent f24ce9b commit 22f2548

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)