Skip to content

Commit

Permalink
Merge pull request #5 from EspressoSystems/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…cachix/install-nix-action-23

Bump cachix/install-nix-action from 22 to 23
  • Loading branch information
Ancient123 authored Sep 29, 2023
2 parents 0bdf5b7 + eb5ecfc commit 55ebdcf
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 @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v23

- uses: cachix/cachix-action@v12
# If PR is from a non-collaborator (e. g. dependabot) the secrets are missing and the login to cachix fails.
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 @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v23

- uses: cachix/cachix-action@v12
with:
Expand Down

0 comments on commit 55ebdcf

Please sign in to comment.