From b15afaf50fd8408c1cfff404af06f59beee19d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 22:28:40 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 13 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 8 to 13. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v8...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/flake-checker.yml | 2 +- .github/workflows/flake-updater.yml | 2 +- .github/workflows/test-build-stream-sprout.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index fee568f..ebb5660 100644 --- a/.github/workflows/flake-checker.yml +++ b/.github/workflows/flake-checker.yml @@ -17,5 +17,5 @@ jobs: with: fetch-depth: 0 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v13 - uses: DeterminateSystems/flake-checker-action@v12 diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index 89396a7..c214391 100644 --- a/.github/workflows/flake-updater.yml +++ b/.github/workflows/flake-updater.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - uses: DeterminateSystems/nix-installer-action@v19 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v13 - uses: DeterminateSystems/update-flake-lock@v27 with: pr-title: "chore: update flake.lock" diff --git a/.github/workflows/test-build-stream-sprout.yml b/.github/workflows/test-build-stream-sprout.yml index ec4586b..e7eacc0 100644 --- a/.github/workflows/test-build-stream-sprout.yml +++ b/.github/workflows/test-build-stream-sprout.yml @@ -59,7 +59,7 @@ jobs: - name: "Install Nix ❄️" uses: "DeterminateSystems/nix-installer-action@v19" - name: "Enable Magic Nix Cache 🪄" - uses: "DeterminateSystems/magic-nix-cache-action@v8" + uses: "DeterminateSystems/magic-nix-cache-action@v13" - name: "Build & Test .nix ❄️" run: | nix build .#stream-sprout