Skip to content

Commit

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

chore(deps): bump cachix/cachix-action from 12 to 14
  • Loading branch information
nhenin authored Mar 22, 2024
2 parents 027c71d + 292a34c commit f718322
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@v12
uses: cachix/cachix-action@v14
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@v12
uses: cachix/cachix-action@v14
with:
name: ${{ env.CACHE_NAME }}
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down

0 comments on commit f718322

Please sign in to comment.