From 6460c9ea3ba26e280ffe1f9092fb79af6dc718fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:26:13 +0000 Subject: [PATCH] ci: bump DeterminateSystems/magic-nix-cache-action from 9 to 11 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 9 to 11. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v9...v11) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '11' 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..f952440 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@v11 - 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..0234418 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@v11 - name: Check flake health uses: DeterminateSystems/flake-checker-action@v9 - name: Update flake.lock