From e349066af85a9e46cf7853e7b4135192c30c4eae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:17:12 -0800 Subject: [PATCH] chore(deps): update determinatesystems/magic-nix-cache-action action to v9 (#184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/magic-nix-cache-action](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action) | action | major | `v8` -> `v9` | --- ### Release Notes
DeterminateSystems/magic-nix-cache-action (DeterminateSystems/magic-nix-cache-action) ### [`v9`](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/releases/tag/v9) [Compare Source](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/compare/v8...v9) #### What's Changed - ci workflow: don't check initial substituter list by [@​colemickens](https://redirect.github.com/colemickens) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/90](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/90) - Matrix by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/96](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/96) - Update `detsys-ts`: Merge pull request [#​69](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/issues/69) from DeterminateSystems/update-deps by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/99](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/99) - Fixup diagnostic URL handling by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/100](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/100) - Diagnostics by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/101](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/101) - Warn on mnc usage by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/magic-nix-cache-action/pull/102](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/pull/102) **Full Changelog**: https://github.com/DeterminateSystems/magic-nix-cache-action/compare/v8...v9
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kalbasit/ncps). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/releases.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c46101..105bd40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/flake-checker-action@main - run: nix flake check -L --all-systems docker: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 931721f..9e6f759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/flake-checker-action@main - run: nix flake check -L --all-systems docker: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fe7e78a..b180d4b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -52,7 +52,7 @@ jobs: with: extra-conf: | extra-platforms = ${{ matrix.system }} - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - name: Login to Docker Hub uses: docker/login-action@v3 with: diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 467f3ee..e027140 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v16 - - uses: DeterminateSystems/magic-nix-cache-action@v8 + - uses: DeterminateSystems/magic-nix-cache-action@v9 - uses: DeterminateSystems/flake-checker-action@main - run: nix flake check -L --all-systems docker: