build(deps): bump DeterminateSystems/flake-checker-action from 5 to 7

Bumps [DeterminateSystems/flake-checker-action](https://github.com/determinatesystems/flake-checker-action) from 5 to 7.
- [Release notes](https://github.com/determinatesystems/flake-checker-action/releases)
- [Commits](https://github.com/determinatesystems/flake-checker-action/compare/v5...v7)

---
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-05-13 08:36:30 +00:00 committed by GitHub
parent 4dade2fb8e
commit 435429c664
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@v10 - uses: DeterminateSystems/nix-installer-action@v10
- name: Check flake lockfile - name: Check flake lockfile
uses: DeterminateSystems/flake-checker-action@v5 uses: DeterminateSystems/flake-checker-action@v7
- 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