From d88ebcd4cbd8aa3817761954918b3594f71d193f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:58:47 +0200 Subject: [PATCH] chore(deps): bump DeterminateSystems/flake-checker-action from 8 to 9 (#154) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 810b7d6..d648655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: run: nix flake check - name: Check Nix flake Nixpkgs inputs - uses: DeterminateSystems/flake-checker-action@v8 + uses: DeterminateSystems/flake-checker-action@v9 with: nixpkgs-keys: nixpkgs,unstable