diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-09-20 07:58:41 +0900 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2022-09-22 10:48:08 +0200 |
| commit | 39d2be681ebdede03d2409942a52e2eec6dd4160 (patch) | |
| tree | 26f83fb5cbb6317f72f2c242dd44dea0bf5bbe3b /src/doc/rustc-dev-guide/.github/workflows | |
| parent | 4cfb87cc1fd0e40de5a89115a2b9f80af787d9a2 (diff) | |
| download | rust-39d2be681ebdede03d2409942a52e2eec6dd4160.tar.gz rust-39d2be681ebdede03d2409942a52e2eec6dd4160.zip | |
Update some actions versions
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Diffstat (limited to 'src/doc/rustc-dev-guide/.github/workflows')
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/ci.yml | 6 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/.github/workflows/date-check.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/.github/workflows/ci.yml b/src/doc/rustc-dev-guide/.github/workflows/ci.yml index c571d408d8e..434e594a304 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/ci.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/ci.yml @@ -21,21 +21,21 @@ jobs: DEPLOY_DIR: book/html BASE_SHA: ${{ github.event.pull_request.base.sha }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # linkcheck needs the base commit. fetch-depth: 0 - name: Cache binaries id: mdbook-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cargo/bin key: ${{ runner.os }}-${{ env.MDBOOK_VERSION }}--${{ env.MDBOOK_LINKCHECK_VERSION }}--${{ env.MDBOOK_TOC_VERSION }}--${{ env.MDBOOK_MERMAID_VERSION }} - name: Cache linkcheck - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/book/linkcheck diff --git a/src/doc/rustc-dev-guide/.github/workflows/date-check.yml b/src/doc/rustc-dev-guide/.github/workflows/date-check.yml index b808876a42d..c34c11c1e70 100644 --- a/src/doc/rustc-dev-guide/.github/workflows/date-check.yml +++ b/src/doc/rustc-dev-guide/.github/workflows/date-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Ensure Rust is up-to-date run: | |
