We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32118f commit 67c48b0Copy full SHA for 67c48b0
.github/workflows/nix-github-actions.yml
@@ -14,7 +14,7 @@ jobs:
14
matrix: ${{ steps.set-matrix.outputs.matrix }}
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: cachix/install-nix-action@v26
+ - uses: cachix/install-nix-action@V27
18
- id: set-matrix
19
name: Generate Nix Matrix
20
run: |
@@ -28,7 +28,7 @@ jobs:
28
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
29
30
31
32
- uses: cachix/cachix-action@v15
33
with:
34
name: vdemeester
0 commit comments