From d0386cecedd4b47d1d1675e7fffb933b901314e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:58:56 +0000 Subject: [PATCH] Bump DeterminateSystems/flake-checker-action from 8 to 9 Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 8 to 9. - [Release notes](https://github.com/determinatesystems/flake-checker-action/releases) - [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v8...v9) --- updated-dependencies: - dependency-name: DeterminateSystems/flake-checker-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ce6e28..b6f0074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} - - uses: DeterminateSystems/flake-checker-action@v8 + - uses: DeterminateSystems/flake-checker-action@v9 - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main