Skip to content

Commit

Permalink
Merge pull request #73 from EspressoSystems/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/cachix/cachix-action-13

Bump cachix/cachix-action from 12 to 13
  • Loading branch information
Ancient123 authored Jan 15, 2024
2 parents 7cf1e75 + f93021e commit 117ba0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v23

- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v13
# 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@v23

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

0 comments on commit 117ba0b

Please sign in to comment.