Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Update cachix/install-nix-action action to v25 - autoclosed #254

Closed
wants to merge 1 commit into from
Closed
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/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: npm install --omit optional --ignore-scripts

- name: Setup Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v25

- name: treefmt --fail-on-change
run: nix-shell --arg ci-treefmt true --run 'treefmt --clear-cache --fail-on-change'
Expand Down
Loading