From f68a31c33c394edce0e26c07605c1b128a056b17 Mon Sep 17 00:00:00 2001 From: Roel de Cort <63876068+dc-tec@users.noreply.github.com> Date: Sun, 6 Jul 2025 21:33:13 +0200 Subject: [PATCH] chore(deps): update determinatesystems/update-flake-lock action to v26 (#104) 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/update-flake-lock](https://redirect.github.com/DeterminateSystems/update-flake-lock) | action | major | `v25` -> `v26` | --- ### Release Notes
DeterminateSystems/update-flake-lock (DeterminateSystems/update-flake-lock) ### [`v26`](https://redirect.github.com/DeterminateSystems/update-flake-lock/releases/tag/v26) [Compare Source](https://redirect.github.com/DeterminateSystems/update-flake-lock/compare/v25...v26) #### What's Changed - Update the readme to account for minimum mandatory permissions by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/update-flake-lock/pull/186](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/186) - Fixup workflow name by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/update-flake-lock/pull/187](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/187) - Update `detsys-ts`: Merge pull request [#​97](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/97) from DeterminateSystems/dependabot/npm\_and\_yarn/npm-deps-a9a1a26a5c by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/188](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/188) - Update Nix flake inputs by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/DeterminateSystems/update-flake-lock/pull/192](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/192) - Update update-flake-lock by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/update-flake-lock/pull/191](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/191) - Update deps for brace-expansion vuln by [@​grahamc](https://redirect.github.com/grahamc) in [https://github.com/DeterminateSystems/update-flake-lock/pull/190](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/190) - Update `detsys-ts`: Merge pull request [#​101](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/101) from DeterminateSystems/gustavderdrache/write-correlation by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/194](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/194) - Update Nix flake inputs by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/DeterminateSystems/update-flake-lock/pull/193](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/193) - Update `detsys-ts`: Remove FHC action since it's composite ([#​103](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/103)) by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/195](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/195) - Update `detsys-ts`: Skip complicated rewrites, record groups. ([#​104](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/104)) by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/197](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/197) **Full Changelog**: https://github.com/DeterminateSystems/update-flake-lock/compare/v25...v26
--- ### 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 597636d..188e488 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -44,7 +44,7 @@ jobs: - name: Update flake.lock if: steps.check_updates.outputs.update_available == 'true' - uses: DeterminateSystems/update-flake-lock@v25 + uses: DeterminateSystems/update-flake-lock@v26 with: nix-options: --debug --log-format raw token: ${{ secrets.FLAKE_TOKEN }}