Skip to content

Commit

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

build(deps): bump cachix/install-nix-action from 23 to 25
  • Loading branch information
Ancient123 authored Mar 11, 2024
2 parents 8e79267 + 10ebe3c commit 7b5aaac
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 @@ -18,7 +18,7 @@ jobs:
access_token: ${{ github.token }}

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

- name: Checkout Repository
uses: actions/checkout@v4
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 @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7b5aaac

Please sign in to comment.