From dd87401fc1a9731fd3759ff1f460d13c18200de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:59:31 +0000 Subject: [PATCH] build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 9 Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 9. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...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/build-quickgui.yml | 2 +- .github/workflows/flake-checker.yml | 2 +- .github/workflows/flake-updater.yml | 2 +- .github/workflows/publish-quickgui.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-quickgui.yml b/.github/workflows/build-quickgui.yml index 744b6ef..776b1b7 100644 --- a/.github/workflows/build-quickgui.yml +++ b/.github/workflows/build-quickgui.yml @@ -122,7 +122,7 @@ jobs: - name: "Install Nix ❄️" uses: "DeterminateSystems/nix-installer-action@v16" - name: "Enable Magic Nix Cache 🪄" - uses: "DeterminateSystems/magic-nix-cache-action@v7" + uses: "DeterminateSystems/magic-nix-cache-action@v9" - name: "Build with Nix ❄️" run: | nix build .#quickgui diff --git a/.github/workflows/flake-checker.yml b/.github/workflows/flake-checker.yml index 0afd1a1..ea8cb10 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@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - 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 d754801..b25faba 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@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v7 + - 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/publish-quickgui.yml b/.github/workflows/publish-quickgui.yml index 649bd87..a0ca0f5 100644 --- a/.github/workflows/publish-quickgui.yml +++ b/.github/workflows/publish-quickgui.yml @@ -104,7 +104,7 @@ jobs: with: ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" - uses: "DeterminateSystems/nix-installer-action@v16" - - uses: "DeterminateSystems/magic-nix-cache-action@v7" + - uses: "DeterminateSystems/magic-nix-cache-action@v9" - uses: "DeterminateSystems/flakehub-push@v5" with: visibility: "public"