Update cachix/install-nix-action action to v25

This commit is contained in:
renovate[bot] 2024-01-12 17:28:25 +00:00 committed by mergify[bot]
parent 64104a3c55
commit 69371f7bae

View file

@ -15,7 +15,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }} matrix: ${{ steps.set-matrix.outputs.matrix }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24 - uses: cachix/install-nix-action@v25
- id: set-matrix - id: set-matrix
name: Generate Nix Matrix name: Generate Nix Matrix
run: | run: |
@ -29,7 +29,7 @@ jobs:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}} matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24 - uses: cachix/install-nix-action@v25
- run: nix build -L ".#${{ matrix.attr }}" - run: nix build -L ".#${{ matrix.attr }}"
tests: tests:
strategy: strategy:
@ -41,7 +41,7 @@ jobs:
with: with:
# Nix Flakes doesn't work on shallow clones # Nix Flakes doesn't work on shallow clones
fetch-depth: 0 fetch-depth: 0
- uses: cachix/install-nix-action@v24 - uses: cachix/install-nix-action@v25
with: with:
github_access_token: ${{ secrets.GITHUB_TOKEN }} github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: | extra_nix_config: |