build(deps): bump cachix/cachix-action from 10 to 12 (#1891)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-01 09:34:20 +01:00 committed by GitHub
parent cd2f5c2e7d
commit 3b05f12d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17 - uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v12
with: with:
name: zellij name: zellij
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

View file

@ -29,7 +29,7 @@ jobs:
# 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@v17 - uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v12
with: with:
name: zellij name: zellij
# If you chose API tokens for write access OR if you have a private cache # If you chose API tokens for write access OR if you have a private cache
@ -47,7 +47,7 @@ jobs:
# 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@v17 - uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v12
with: with:
name: zellij name: zellij
# If you chose API tokens for write access OR if you have a private cache # If you chose API tokens for write access OR if you have a private cache

View file

@ -19,7 +19,7 @@ jobs:
# 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@v17 - uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v12
with: with:
name: zellij name: zellij
# If you chose API tokens for write access OR if you have a private cache # If you chose API tokens for write access OR if you have a private cache
@ -36,7 +36,7 @@ jobs:
# 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@v17 - uses: cachix/install-nix-action@v17
- uses: cachix/cachix-action@v10 - uses: cachix/cachix-action@v12
with: with:
name: zellij name: zellij
# If you chose API tokens for write access OR if you have a private cache # If you chose API tokens for write access OR if you have a private cache