From c2f62af3b8adc61bc2e1e3bab62cb58aede9ad78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:11:45 +0000 Subject: [PATCH] chore(deps): bump DeterminateSystems/magic-nix-cache-action from 8 to 9 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 8 to 9. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v8...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action 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 3a600d0..725ad27 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@v15 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/flake-checker-action@v9 diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index 175dd56..970774d 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@v15 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/update-flake-lock@v24 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 2adf190..868ce7a 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@v15" - name: "Enable Magic Nix Cache 🪄" - uses: "DeterminateSystems/magic-nix-cache-action@v8" + uses: "DeterminateSystems/magic-nix-cache-action@v9" - name: "Build & Test .nix ❄️" run: | nix build .#stream-sprout