From 790b3ee2e79ddbac378cd7db782e9407de14b377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:06:23 +0000 Subject: [PATCH] Bump DeterminateSystems/magic-nix-cache-action from 9 to 10 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 9 to 10. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v9...v10) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '10' 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..27b0d18 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@v10 - name: Enable Cachix binary cache uses: cachix/cachix-action@v15 with: