From 96f0de6b1996b0eae5a1ee1c8e5b709e4fee861b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 04:46:45 +0000 Subject: [PATCH] Bump actions/cache from 3.3.2 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.2. - [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.2) --- 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..f38adb6 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.2 with: path: | ~/.cargo-nix/registry/index diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 770257d..2410f71 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.2 with: path: | ~/.cargo/registry/index