diff options
| author | klensy <klensy@users.noreply.github.com> | 2021-03-16 17:54:09 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2021-03-16 17:54:09 +0300 |
| commit | 22f25484d677e6ff8a4aba6d288e55602fea2fcb (patch) | |
| tree | ffb49ca6019ecf11d2b6adaa26fd6ae7327496fe /.github/workflows | |
| parent | f24ce9b0140d9be5a336954e878d0c1522966bb8 (diff) | |
| download | rust-22f25484d677e6ff8a4aba6d288e55602fea2fcb.tar.gz rust-22f25484d677e6ff8a4aba6d288e55602fea2fcb.zip | |
use checkout@v2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a0c0b4b85..2ead68638fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |
