chore(deps): update determinatesystems/nix-installer-action action to v18 (#103)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action) | action | major | `v17` -> `v18` | --- ### Release Notes <details> <summary>DeterminateSystems/nix-installer-action (DeterminateSystems/nix-installer-action)</summary> ### [`v18`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v18) [Compare Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v17...v18) ##### What's Changed - Correctly suppress empty summaries by [@​gustavderdrache](https://redirect.github.com/gustavderdrache) in [https://github.com/DeterminateSystems/nix-installer-action/pull/171](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/171) - Test penance by [@​gustavderdrache](https://redirect.github.com/gustavderdrache) in [https://github.com/DeterminateSystems/nix-installer-action/pull/172](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/172) - Add hash mismatches to summary by [@​gustavderdrache](https://redirect.github.com/gustavderdrache) in [https://github.com/DeterminateSystems/nix-installer-action/pull/173](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/173) - Fix an obscure error case where if the only log fails, the rendering is wack by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/nix-installer-action/pull/177](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/177) - Ditch the docker shim in favor of a double fork by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/nix-installer-action/pull/180](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/180) - Add a note about pinning by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/nix-installer-action/pull/182](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/182) **Full Changelog**: https://github.com/DeterminateSystems/nix-installer-action/compare/v17...v18 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMS4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=--> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
This commit is contained in:
parent
8696f4b381
commit
aed8dfc48d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-flake.yaml
vendored
4
.github/workflows/update-flake.yaml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v17
|
||||
uses: DeterminateSystems/nix-installer-action@v18
|
||||
|
||||
- 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@v17
|
||||
uses: DeterminateSystems/nix-installer-action@v18
|
||||
|
||||
- name: Build and Test Configuration
|
||||
id: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue