diff options
| author | Keita Nonaka <iKonnyaku40@gmail.com> | 2023-09-07 22:18:21 -0700 |
|---|---|---|
| committer | Keita Nonaka <iKonnyaku40@gmail.com> | 2023-09-07 22:18:21 -0700 |
| commit | 35605299acab0c2715fa772bfdf2f3d8cfdc975d (patch) | |
| tree | cef8ef55190064f6b89d6e20796601c7aa7e2dac /src/ci/github-actions | |
| parent | 69ec43001afd14bac506c519b47f2a17595086e7 (diff) | |
| download | rust-35605299acab0c2715fa772bfdf2f3d8cfdc975d.tar.gz rust-35605299acab0c2715fa772bfdf2f3d8cfdc975d.zip | |
ci: actions/checkout@v3 to actions/checkout@v4
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 89b82d59d31..9a286e5aa50 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -114,7 +114,7 @@ x--expand-yaml-anchors--remove: run: git config --global core.autocrlf false - name: checkout the source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 @@ -707,7 +707,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@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 |
