From ca0c3d472e490fbff0eaa11baac0813ef4b0200e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:44:18 +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/build_nix.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_nix.yml b/.github/workflows/build_nix.yml index 8dcab5a..92cdf36 100644 --- a/.github/workflows/build_nix.yml +++ b/.github/workflows/build_nix.yml @@ -31,7 +31,7 @@ jobs: # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - name: Cache cargo - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~/.cargo-nix/registry/index diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 770257d..109158e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,7 +36,7 @@ jobs: skipPush: ${{ github.actor == 'dependabot[bot]' }} - name: Cache cargo - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: | ~/.cargo/registry/index