From 818c9621dee0dedec0be2a22592139ec9ec640ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:02:34 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 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/check.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index a5e32ee..1078f36 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -12,7 +12,7 @@ jobs: nix_path: "nixpkgs=channel:nixos-23.11" - name: 'Activate Nix store cache' - uses: actions/cache@v3 + uses: actions/cache@v4 id: nix-cache with: path: "/tmp/nixcache" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3c461e..87cdcf9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: nix_path: "nixpkgs=channel:nixos-23.11" - name: 'Activate Nix store cache' - uses: actions/cache@v3 + uses: actions/cache@v4 id: nix-cache with: path: "/tmp/nixcache"