From 35af1d6c626597af9d6ec8da120f6894c8bfc16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:49:44 +0000 Subject: [PATCH] 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/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 27ae189..b3ac138 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -28,7 +28,7 @@ jobs: access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - name: Set up magic Nix cache - uses: DeterminateSystems/magic-nix-cache-action@87e8236f46702ab0ce5a058b605a173ec88d618e # v6 + uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7 - name: Prepare Nix shell run: nix develop --impure .#ci