Skip to content

Commit

Permalink
chore(deps): update cachix/cachix-action action to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2024
1 parent 6116186 commit 6ba6a2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: cachix/install-nix-action@v25
with:
enable_kvm: true
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
authToken: ${{ secrets.ALTF4LLC_CACHIX_AUTH_TOKEN }}
name: ${{ env.CACHIX_BINARY_CACHE }}
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: cachix/install-nix-action@v25
with:
enable_kvm: true
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
authToken: ${{ secrets.ALTF4LLC_CACHIX_AUTH_TOKEN }}
name: ${{ env.CACHIX_BINARY_CACHE }}
Expand Down

0 comments on commit 6ba6a2c

Please sign in to comment.