Skip to content

Commit

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

Bump cachix/cachix-action from 14 to 15
  • Loading branch information
nyospe authored May 29, 2024
2 parents 55d20fa + 36da34f commit f8ad22c
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_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v26

- uses: cachix/cachix-action@v12
- 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/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@v26

- 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 f8ad22c

Please sign in to comment.