Skip to content

Commit

Permalink
Bump cachix/cachix-action from 12 to 13
Browse files Browse the repository at this point in the history
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](cachix/cachix-action@v12...v13)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent b5b47f1 commit c995160
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nix-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
experimental-features = nix-command flakes
extra-platforms = ${{ matrix.system }}
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: nix-portable
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
experimental-features = nix-command flakes
extra-platforms = ${{ matrix.system }}
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: nix-portable
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
# experimental-features = nix-command flakes
# extra-platforms = ${{ matrix.system }}

# - uses: cachix/cachix-action@v12
# - uses: cachix/cachix-action@v13
# with:
# name: nix-portable
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -135,7 +135,7 @@ jobs:
# extra_nix_config: |
# experimental-features = nix-command flakes

# - uses: cachix/cachix-action@v12
# - uses: cachix/cachix-action@v13
# with:
# name: nix-portable
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -160,7 +160,7 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
with:
name: nix-portable
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit c995160

Please sign in to comment.