From 712e4f8bb02b8d7c48e95722a1cdae65993a4338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 16:14:05 +0000 Subject: [PATCH] chore(deps): bump nix-community/cache-nix-action from 6.1.3 to 7.0.2 Bumps [nix-community/cache-nix-action](https://github.com/nix-community/cache-nix-action) from 6.1.3 to 7.0.2. - [Release notes](https://github.com/nix-community/cache-nix-action/releases) - [Changelog](https://github.com/nix-community/cache-nix-action/blob/main/RELEASES.md) - [Commits](https://github.com/nix-community/cache-nix-action/compare/135667ec418502fa5a3598af6fb9eb733888ce6a...7df957e333c1e5da7721f60227dbba6d06080569) --- updated-dependencies: - dependency-name: nix-community/cache-nix-action dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c005874..009d826 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -29,7 +29,7 @@ jobs: keep-outputs = true - name: Restore and save Nix store id: cache-nix-store - uses: nix-community/cache-nix-action@135667ec418502fa5a3598af6fb9eb733888ce6a # v6.1.3 + uses: nix-community/cache-nix-action@7df957e333c1e5da7721f60227dbba6d06080569 # v7.0.2 with: primary-key: nix-${{ runner.os }}-${{ hashFiles('**/flake.lock') }} restore-prefixes-first-match: nix-${{ runner.os }}-