From 71054c1ffb082c46990905c7db0577dd17365b2a Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:46:51 +0100 Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action action to v15 (#53) 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 | `v14` -> `v15` | --- ### Release Notes
DeterminateSystems/nix-installer-action (DeterminateSystems/nix-installer-action) ### [`v15`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v15) [Compare Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v14...v15) #### What's Changed - Grahamc/determinate argument by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/nix-installer-action/pull/123](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/123) - Add the job-status option by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/nix-installer-action/pull/125](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/125) **Full Changelog**: https://github.com/DeterminateSystems/nix-installer-action/compare/v14...v15
--- ### 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 7874047..1999f82 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v4 - name: Instal Nix - uses: DeterminateSystems/nix-installer-action@v14 + uses: DeterminateSystems/nix-installer-action@v15 - name: Update flake.lock uses: DeterminateSystems/update-flake-lock@v24