chore(deps): update determinatesystems/nix-installer-action action to v17 (#93)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[DeterminateSystems/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action)
| action | major | `v16` -> `v17` |

---

### Release Notes

<details>
<summary>DeterminateSystems/nix-installer-action
(DeterminateSystems/nix-installer-action)</summary>

###
[`v17`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v17)

[Compare
Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v16...v17)

##### What's Changed

- Annotate hash mismatches when Determinate features are enabled by
[@&#8203;gustavderdrache](https://redirect.github.com/gustavderdrache)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/158](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/158)
- Summarize the build timeline by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/165](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/165)
- Don't blow the limits of summaries, by not printing logs if it blows
the limit by [@&#8203;grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/168](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/168)
- Show diagnostics for FlakeHub login issues by
[@&#8203;gustavderdrache](https://redirect.github.com/gustavderdrache)
in
[https://github.com/DeterminateSystems/nix-installer-action/pull/169](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/169)
- chore: detect existing `nix` installations by
[@&#8203;dpc](https://redirect.github.com/dpc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/139](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/139)
- Check whether the current user has access to KVM before attempting to
add udev rule by
[@&#8203;JTKBowers](https://redirect.github.com/JTKBowers) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/141](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/141)

##### New Contributors

- [@&#8203;gustavderdrache](https://redirect.github.com/gustavderdrache)
made their first contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/158](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/158)
- [@&#8203;dpc](https://redirect.github.com/dpc) made their first
contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/139](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/139)
- [@&#8203;JTKBowers](https://redirect.github.com/JTKBowers) made their
first contribution in
[https://github.com/DeterminateSystems/nix-installer-action/pull/141](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/141)

**Full Changelog**:
https://github.com/DeterminateSystems/nix-installer-action/compare/v16...v17

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
Roel de Cort 2025-06-02 17:28:14 +02:00 committed by GitHub
parent 4e7b47f977
commit 70c6ca87ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v16
uses: DeterminateSystems/nix-installer-action@v17
- name: Check for Updates
id: check_updates
@ -74,7 +74,7 @@ jobs:
ref: update_flake_lock_action
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v16
uses: DeterminateSystems/nix-installer-action@v17
- name: Build and Test Configuration
id: build