Skip to content

Commit

Permalink
chore(deps): update determinatesystems/magic-nix-cache-action action …
Browse files Browse the repository at this point in the history
…to v9 (#184)

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

<details>
<summary>DeterminateSystems/magic-nix-cache-action
(DeterminateSystems/magic-nix-cache-action)</summary>

###
[`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
[@&#8203;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 [@&#8203;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
[#&#8203;69](https://redirect.github.com/DeterminateSystems/magic-nix-cache-action/issues/69)
from DeterminateSystems/update-deps by
[@&#8203;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
[@&#8203;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 [@&#8203;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
[@&#8203;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**:
DeterminateSystems/magic-nix-cache-action@v8...v9

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 44cdd26 commit e349066
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e349066

Please sign in to comment.