build(deps): 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-21 11:56:06 +00:00 committed by GitHub
parent c135945ddd
commit d6ecbddba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/nix-installer-action@v13
- name: Check flake lockfile - name: Check flake lockfile
uses: DeterminateSystems/flake-checker-action@v8 uses: DeterminateSystems/flake-checker-action@v9
- name: Check flake outputs - name: Check flake outputs
run: | run: |
nix flake check --impure --accept-flake-config --keep-going nix flake check --impure --accept-flake-config --keep-going