We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baab58 commit 0a536ddCopy full SHA for 0a536dd
1 file changed
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v6
19
- uses: cachix/install-nix-action@v31
20
- - uses: cachix/cachix-action@v16
+ - uses: cachix/cachix-action@v17
21
with:
22
name: pre-commit-hooks
23
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments