From e6d7fdcbce983cb0ce20f7b2179e81f0b92fb434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 01:40:21 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/readme.yml | 2 +- .github/workflows/rust.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 66f458a..3b49363 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -43,7 +43,7 @@ jobs: echo "$CARGO_RDME_VERSION" - name: Cache cargo-rdme - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-cargo-rdme with: path: ~/.cargo/bin/cargo-rdme diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 8a1b61c..cbebd68 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -95,7 +95,7 @@ jobs: override: true - name: Cache cargo registry and sccache - uses: actions/cache@v2 + uses: actions/cache@v3 continue-on-error: false with: path: |