From de95323d95c486a5fcdc8d0b764c99f497c7a9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 19:11:25 +0000 Subject: [PATCH] build(deps): Bump DeterminateSystems/magic-nix-cache-action from 6 to 7 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 6 to 7. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/87e8236f46702ab0ce5a058b605a173ec88d618e...b46e247b898aa56e6d2d2e728dc6df6c84fdb738) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 2f7d640..4f8a864 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -22,7 +22,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@7993355175c2765e5733dae74f3e0786fe0e5c4f # v12 - name: Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e # v6 + uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7 - name: nix flake check run: nix flake check --all-systems