From 257e032b672f7ea8c6bd65371040287f409f1e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 08:00:11 +0000 Subject: [PATCH] ci: 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/publish.yml | 2 +- .github/workflows/update-flake-lock.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7fa76ee..f6b3ef9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v16 - name: Run the Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v9 + uses: DeterminateSystems/magic-nix-cache-action@v12 - name: Build with Nix run: | nix build '.?submodules=1#' diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 12abdb7..0a858a9 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -20,7 +20,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v16 - name: Run the Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v9 + uses: DeterminateSystems/magic-nix-cache-action@v12 - name: Check flake health uses: DeterminateSystems/flake-checker-action@v9 - name: Update flake.lock