Skip to content

Commit

Permalink
Merge pull request #857 from input-output-hk/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/cachix/cachix-action-15

chore(deps): bump cachix/cachix-action from 14 to 15
  • Loading branch information
nhenin committed Jun 7, 2024
2 parents f0634f3 + e0ffbdc commit a5a9498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
experimental-features = nix-command flakes
- name: Setup Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: ${{ env.CACHE_NAME }}
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
substituters = ${{ env.SUBSTITUTERS }}
experimental-features = nix-command flakes
- name: Setup Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
with:
name: ${{ env.CACHE_NAME }}
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down

0 comments on commit a5a9498

Please sign in to comment.