forked from lix-project/nix-eval-jobs
chore(deps): update cachix/install-nix-action action to v24
This commit is contained in:
parent
e543721cff
commit
608089054e
6
.github/workflows/nix-github-actions.yml
vendored
6
.github/workflows/nix-github-actions.yml
vendored
|
@ -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@v23
|
- uses: cachix/install-nix-action@v24
|
||||||
- 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@v23
|
- uses: cachix/install-nix-action@v24
|
||||||
- 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@v23
|
- uses: cachix/install-nix-action@v24
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
|
|
Loading…
Reference in a new issue