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 /src/ci | |
| parent | f24ce9b0140d9be5a336954e878d0c1522966bb8 (diff) | |
| download | rust-22f25484d677e6ff8a4aba6d288e55602fea2fcb.tar.gz rust-22f25484d677e6ff8a4aba6d288e55602fea2fcb.zip | |
use checkout@v2
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 2 |
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 |
