From 4e3337439e641e6ae716906d5a15823536626134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:12:54 -0300 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 6 to 7 (#85) 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/v6...v7) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Nix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Nix.yml b/.github/workflows/Nix.yml index 91a95d1..94e4f64 100644 --- a/.github/workflows/Nix.yml +++ b/.github/workflows/Nix.yml @@ -44,7 +44,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v12 - name: "Nix Cache" - uses: DeterminateSystems/magic-nix-cache-action@v6 + uses: DeterminateSystems/magic-nix-cache-action@v7 - name: "Test Nix config" run: nix build --dry-run -L '.#${{ matrix.flake-attr }}' --show-trace