From eac06d73d21451f9fcd21f041413adcf0a091a3b Mon Sep 17 00:00:00 2001
From: Roel de Cort <63876068+dc-tec@users.noreply.github.com>
Date: Tue, 19 Nov 2024 13:48:06 +0100
Subject: [PATCH] chore(deps): update determinatesystems/nix-installer-action
action to v16 (#54)
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 | `v15` -> `v16` |
---
### Release Notes
DeterminateSystems/nix-installer-action
(DeterminateSystems/nix-installer-action)
###
[`v16`](https://redirect.github.com/DeterminateSystems/nix-installer-action/releases/tag/v16)
[Compare
Source](https://redirect.github.com/DeterminateSystems/nix-installer-action/compare/v15...v16)
#### What's Changed
- Update `detsys-ts`: Merge pull request
[#67](https://redirect.github.com/DeterminateSystems/nix-installer-action/issues/67)
from DeterminateSystems/allow-obliterating-id-token-privs by
[@detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/128](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/128)
- Log in to flakehub on existing installs by
[@grahamc](https://redirect.github.com/grahamc) in
[https://github.com/DeterminateSystems/nix-installer-action/pull/129](https://redirect.github.com/DeterminateSystems/nix-installer-action/pull/129)
**Full Changelog**:
https://github.com/DeterminateSystems/nix-installer-action/compare/v15...v16
---
### 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 1999f82..02cdffb 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@v15
+ uses: DeterminateSystems/nix-installer-action@v16
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24