From 47c7143885f7d18de4c7ca4bbf9bc88f9a221146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:41:45 +0000 Subject: [PATCH] Chore(deps): 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9579b7e..da8616f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: nix_conf: ${{ env.nix_conf }} - name: 0-3. Setup cache - uses: nix-community/cache-nix-action@v6 + uses: nix-community/cache-nix-action@v7 with: primary-key: hub-${{ runner.os }}-individual-${{ inputs.package }}-${{ hashFiles('flake.lock') }} restore-prefixes-first-match: hub-${{ runner.os }}-shared-${{ hashFiles('flake.lock') }}