From 088553734fa4ffaa015efbd73f84315dca3e22f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 14:21:12 +0000 Subject: [PATCH] Bump DeterminateSystems/magic-nix-cache-action from 9 to 14 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 9 to 14. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v9...v14) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '14' 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..8f6fd1c 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@v14 - name: Enable Cachix binary cache uses: cachix/cachix-action@v15 with: