From 82b5852b7ead9ff62e623fd8db6fa221ee9b460f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:45:41 +0200 Subject: [PATCH] chore(deps): update determinatesystems/update-flake-lock action to v24 (#37) 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 | `v23` -> `v24` | --- ### Release Notes
DeterminateSystems/update-flake-lock (DeterminateSystems/update-flake-lock) ### [`v24`](https://redirect.github.com/DeterminateSystems/update-flake-lock/releases/tag/v24) [Compare Source](https://redirect.github.com/DeterminateSystems/update-flake-lock/compare/v23...v24) #### What's Changed - Update `detsys-ts`: Merge pull request [#​58](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/58) from DeterminateSystems/collect-crash-logs by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/124](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/124) - Update `detsys-ts`: Merge pull request [#​61](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/61) from DeterminateSystems/use-coalesce-for-array by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/125](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/125) - Update `detsys-ts`: Merge pull request [#​62](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/62) from DeterminateSystems/dont-pull-microstackshots by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/126](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/126) - Update `detsys-ts`: Merge pull request [#​63](https://redirect.github.com/DeterminateSystems/update-flake-lock/issues/63) from DeterminateSystems/retry-streams by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/update-flake-lock/pull/128](https://redirect.github.com/DeterminateSystems/update-flake-lock/pull/128) **Full Changelog**: https://github.com/DeterminateSystems/update-flake-lock/compare/v23...v24
--- ### 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://mend.io/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 8cf1d9a..7874047 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -13,7 +13,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v14 - name: Update flake.lock - uses: DeterminateSystems/update-flake-lock@v23 + uses: DeterminateSystems/update-flake-lock@v24 with: nix-options: --debug --log-format raw token: ${{ secrets.FLAKE_TOKEN }}