From 28af8bff5f13a1e99aec99e6a43deac287ac5bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 06:32:47 +0000 Subject: [PATCH] Bump nix-community/cache-nix-action from 6 to 7 Bumps [nix-community/cache-nix-action](https://github.com/nix-community/cache-nix-action) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: nix-community/cache-nix-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 804590c..f569e95 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: cachix/install-nix-action@v31 - - uses: nix-community/cache-nix-action@v6 + - uses: nix-community/cache-nix-action@v7 with: # cache the store (flake inputs, eval deps) keyed on the lockfile primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }} @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: cachix/install-nix-action@v31 - - uses: nix-community/cache-nix-action@v6 + - uses: nix-community/cache-nix-action@v7 with: # one shared cache for all hosts; jobs with an exact-key hit skip saving primary-key: nix-${{ runner.os }}-${{ hashFiles('flake.lock') }}