Skip to content

Commit

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

Bump cachix/cachix-action from 14 to 15
  • Loading branch information
imabdulbasit authored May 27, 2024
2 parents e14b9e0 + 91fb41d commit 61c1592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@V27

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: cachix/install-nix-action@V27

- name: Enable Cachix
uses: cachix/cachix-action@v14
uses: cachix/cachix-action@v15
# If PR is from a non-collaborator (e.g. dependabot) the secrets are missing and the login to cachix fails.
continue-on-error: true
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@V27

- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: espresso-systems-private
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit 61c1592

Please sign in to comment.