From 8c5e2c11559fbb9e057a717f33f65b18f71141bd Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:53:21 -0400 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20DeterminateSys?= =?UTF-8?q?tems/flake-checker-action=20(=20v8=20=E2=86=92=20v9=20)=20(#279?= =?UTF-8?q?)?= 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/flake-checker-action](https://redirect.github.com/DeterminateSystems/flake-checker-action) | action | major | `v8` -> `v9` | --- ### Release Notes
DeterminateSystems/flake-checker-action (DeterminateSystems/flake-checker-action) ### [`v9`](https://redirect.github.com/DeterminateSystems/flake-checker-action/releases/tag/v9) [Compare Source](https://redirect.github.com/DeterminateSystems/flake-checker-action/compare/v8...v9) #### What's Changed - Update detsys-ts by [@​lucperkins](https://redirect.github.com/lucperkins) in [https://github.com/DeterminateSystems/flake-checker-action/pull/25](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/25) - Update detsys-ts: Merge pull request [#​50](https://redirect.github.com/DeterminateSystems/flake-checker-action/issues/50) from DeterminateSystems/grahamc-patch-1 Try again on the auto-pr by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/28](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/28) - Update detsys-ts: Merge pull request [#​51](https://redirect.github.com/DeterminateSystems/flake-checker-action/issues/51) from DeterminateSystems/add-missing-actions-to-update-matrix Add missing Actions to update matrix by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/29](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/29) - Update `detsys-ts`: by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/30](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/30) - Update `detsys-ts`: Merge pull request [#​30](https://redirect.github.com/DeterminateSystems/flake-checker-action/issues/30) from detsys-pr-bot/detsys-ts-update-bc45b6c0a6318ae30192c4bf23a73dc879bdb632 by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/31](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/31) - Add support for CEL conditions by [@​lucperkins](https://redirect.github.com/lucperkins) in [https://github.com/DeterminateSystems/flake-checker-action/pull/33](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/33) - Update `detsys-ts`: Merge pull request [#​61](https://redirect.github.com/DeterminateSystems/flake-checker-action/issues/61) from DeterminateSystems/use-coalesce-for-array by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/37](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/37) - Update `detsys-ts`: Merge pull request [#​62](https://redirect.github.com/DeterminateSystems/flake-checker-action/issues/62) from DeterminateSystems/dont-pull-microstackshots by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/38](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/38) - Update `detsys-ts`: Merge pull request [#​63](https://redirect.github.com/DeterminateSystems/flake-checker-action/issues/63) from DeterminateSystems/retry-streams by [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) in [https://github.com/DeterminateSystems/flake-checker-action/pull/39](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/39) #### New Contributors - [@​detsys-pr-bot](https://redirect.github.com/detsys-pr-bot) made their first contribution in [https://github.com/DeterminateSystems/flake-checker-action/pull/28](https://redirect.github.com/DeterminateSystems/flake-checker-action/pull/28) **Full Changelog**: https://github.com/DeterminateSystems/flake-checker-action/compare/v8...v9
Co-authored-by: repo-jeeves[bot] <106431701+repo-jeeves[bot]@users.noreply.github.com> --- .github/workflows/nix-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-lint.yaml b/.github/workflows/nix-lint.yaml index 922afd6e..1113424c 100644 --- a/.github/workflows/nix-lint.yaml +++ b/.github/workflows/nix-lint.yaml @@ -32,7 +32,7 @@ jobs: run: statix fix - name: Nix Flake Checker - uses: DeterminateSystems/flake-checker-action@ae43dea95bc73541287cfd10e2dee994d1877291 # v8 + uses: DeterminateSystems/flake-checker-action@078f5f7f47ee188aa6cb472527ca5984e195222d # v9 - name: Show changes run: git diff