We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 936b973 + 14d979c commit 71b9798Copy full SHA for 71b9798
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: cachix/install-nix-action@v24
31
32
- name: Set up cachix
33
- uses: cachix/cachix-action@v12
+ uses: cachix/cachix-action@v13
34
with:
35
name: nix-community
36
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
.github/workflows/pr.yml
@@ -22,7 +22,7 @@ jobs:
22
run: nix run nixpkgs#nixpkgs-fmt --inputs-from . -- {,lib/}*.nix --check
23
24
25
26
27
28
0 commit comments