Skip to content

Commit

Permalink
chore(deps): bump DeterminateSystems/flake-checker-action from 8 to 9 (
Browse files Browse the repository at this point in the history
…#71)

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](DeterminateSystems/flake-checker-action@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent b5c5a2d commit 28ecf79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
accept-flake-config = true
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v8
uses: DeterminateSystems/flake-checker-action@v9

- name: Github actions built-in cache
uses: DeterminateSystems/magic-nix-cache-action@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Enable magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Check flake
uses: DeterminateSystems/flake-checker-action@v8
uses: DeterminateSystems/flake-checker-action@v9
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
Expand Down

0 comments on commit 28ecf79

Please sign in to comment.