From aed8dfc48de00d2ed0c6728f6d523252968be775 Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Sun, 6 Jul 2025 21:32:02 +0200 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action action to v18 (#103) 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/nix-installer-action](https://redirect.github.com/DeterminateSystems/nix-installer-action) | action | major | `v17` -> `v18` | --- ### Release Notes
DeterminateSystems/nix-installer-action (DeterminateSystems/nix-installer-action) ### [`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
--- ### 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. --- - [ ] 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). Co-authored-by: Renovate Bot --- .github/workflows/update-flake.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 01a8d77..597636d 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -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