Skip to content

Commit 2e0d009

Browse files
authored
fix: update gh action nix install (#355)
1. update nix install action version Should fix the CI failures
2 parents 4695490 + c5a478c commit 2e0d009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: cachix/install-nix-action@v25
26+
- uses: cachix/install-nix-action@v31.6.1
2727
with:
2828
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2929
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)