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