From 0ddc9c8ca960d5a5f2087e0378f450b983e4e60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:48:08 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/magic-nix-cache-action Bumps the all-github-actions group with 1 update: [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action). Updates `DeterminateSystems/magic-nix-cache-action` from 13 to 14 - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v13...v14) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/update.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c9aa69..8a126c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v22 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v13 + uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: disabled use-gha-cache: enabled @@ -54,7 +54,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v22 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v13 + uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: disabled use-gha-cache: enabled diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c1f9d18..84e606c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,7 +22,7 @@ jobs: - name: Install Nix uses: DeterminateSystems/nix-installer-action@v22 - name: Setup Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v13 + uses: DeterminateSystems/magic-nix-cache-action@v14 with: use-flakehub: disabled use-gha-cache: enabled