Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
submodules: recursive
- name: Check flake health
uses: DeterminateSystems/flake-checker-action@v9
uses: DeterminateSystems/flake-checker-action@v12
with:
fail-mode: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v9
- name: Check flake health
uses: DeterminateSystems/flake-checker-action@v9
uses: DeterminateSystems/flake-checker-action@v12
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
Expand Down