From 018272928adce4cda63eef1d0600e60d59125904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 11:02:49 +0000 Subject: [PATCH] Bump DeterminateSystems/magic-nix-cache-action from 9 to 12 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 9 to 12. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v9...v12) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cachix-upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cachix-upload.yml b/.github/workflows/cachix-upload.yml index 5d1f61f..eebc94c 100644 --- a/.github/workflows/cachix-upload.yml +++ b/.github/workflows/cachix-upload.yml @@ -52,7 +52,7 @@ jobs: if: matrix.machine.os == 'ubuntu-latest' uses: docker/setup-qemu-action@v3 - name: Enable Github Cache for Nix store - uses: DeterminateSystems/magic-nix-cache-action@v9 + uses: DeterminateSystems/magic-nix-cache-action@v12 - name: Enable Cachix binary cache uses: cachix/cachix-action@v15 with: