From a2b6a9f4180512c4c90837723dffb8cec8c281b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 10:34:50 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [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/v3.3.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3f6583b..8f6abed1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~/.cargo/registry/index @@ -130,7 +130,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~/.cargo/registry/index @@ -178,7 +178,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~/.cargo/registry/index @@ -221,7 +221,7 @@ jobs: shell: bash - name: Cache Rust dependencies - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~/.cargo/registry/index