Skip to content

Commit 9dda6b6

Browse files
chore(deps): update cachix/install-nix-action digest to 02a151a (#313)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c6a79c commit 9dda6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix: ${{ steps.set-matrix.outputs.matrix }}
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: cachix/install-nix-action@91a071959513ca103b54280ac0bef5b825791d4d # v31
16+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
1717
- id: set-matrix
1818
name: Generate Nix Matrix
1919
run: |
@@ -29,5 +29,5 @@ jobs:
2929
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: cachix/install-nix-action@91a071959513ca103b54280ac0bef5b825791d4d # v31
32+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
3333
- run: nix build -L '.#${{ matrix.attr }}'

0 commit comments

Comments
 (0)