From eff742e21f5df614074725dd5db2d93b7126d27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:27:07 +0000 Subject: [PATCH] =?UTF-8?q?=EF=B8=8F=F0=9F=91=B7=20(deps):=20Bump=20action?= =?UTF-8?q?s/cache=20from=203=20to=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 3 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/v3...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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3000f26..f828111 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: taiki-e/install-action@nextest - name: Dependency run: cargo fetch - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -65,7 +65,7 @@ jobs: uses: taiki-e/install-action@nextest - name: Dependency run: cargo fetch - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/ @@ -92,7 +92,7 @@ jobs: run: rustup update stable - name: Dependency run: cargo fetch - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/bin/