From bceea410c296528405c92b3578ee4886cbf004c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 20:29:39 +0000 Subject: [PATCH] Bump actions/cache from 1 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [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/v1...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68278d9e..32a5bd59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ - name: Cache cargo - uses: actions/cache@v1 + uses: actions/cache@v4 id: cache with: path: ~/.cargo @@ -68,7 +68,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/ - name: Cache cargo - uses: actions/cache@v1 + uses: actions/cache@v4 id: cache with: path: ~/.cargo @@ -109,7 +109,7 @@ jobs: override: true components: clippy - name: Cache cargo - uses: actions/cache@v1 + uses: actions/cache@v4 id: cache with: path: ~/.cargo @@ -130,7 +130,7 @@ jobs: toolchain: nightly override: true - name: Cache cargo - uses: actions/cache@v1 + uses: actions/cache@v4 id: cache with: path: ~/.cargo