From d36243bf5d46f9807ccfec8dc730d51c38a3599e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:56:28 +0200 Subject: [PATCH] chore(deps): update determinatesystems/update-flake-lock action to v23 (#19) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [DeterminateSystems/update-flake-lock](https://togithub.com/DeterminateSystems/update-flake-lock) | action | major | `v22` -> `v23` | --- ### Release Notes
DeterminateSystems/update-flake-lock (DeterminateSystems/update-flake-lock) ### [`v23`](https://togithub.com/DeterminateSystems/update-flake-lock/releases/tag/v23) [Compare Source](https://togithub.com/DeterminateSystems/update-flake-lock/compare/v22...v23) #### What's Changed - Lock third-party actions by [@​arianvp](https://togithub.com/arianvp) in [https://github.com/DeterminateSystems/update-flake-lock/pull/118](https://togithub.com/DeterminateSystems/update-flake-lock/pull/118) - Add instructions for new fine grained GitHub PAT by [@​ibizaman](https://togithub.com/ibizaman) in [https://github.com/DeterminateSystems/update-flake-lock/pull/92](https://togithub.com/DeterminateSystems/update-flake-lock/pull/92) - Fixup support for Nix 2.23.0 and later by [@​cole-h](https://togithub.com/cole-h) in [https://github.com/DeterminateSystems/update-flake-lock/pull/121](https://togithub.com/DeterminateSystems/update-flake-lock/pull/121) #### New Contributors - [@​arianvp](https://togithub.com/arianvp) made their first contribution in [https://github.com/DeterminateSystems/update-flake-lock/pull/118](https://togithub.com/DeterminateSystems/update-flake-lock/pull/118) - [@​ibizaman](https://togithub.com/ibizaman) made their first contribution in [https://github.com/DeterminateSystems/update-flake-lock/pull/92](https://togithub.com/DeterminateSystems/update-flake-lock/pull/92) **Full Changelog**: https://github.com/DeterminateSystems/update-flake-lock/compare/v22...v23
--- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/dc-tec/nixvim). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4f61db7..de4c291 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -13,7 +13,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v1 - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@v22 + uses: DeterminateSystems/update-flake-lock@v23 with: nix-options: --debug --log-format raw token: ${{ secrets.FLAKE_TOKEN }}