Skip to content

Commit

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

build(deps): bump cachix/install-nix-action from 24 to 26
  • Loading branch information
jbearer authored Apr 2, 2024
2 parents 1779a75 + e241d42 commit 55c6ef8
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 @@ -25,7 +25,7 @@ jobs:
access_token: ${{ github.token }}

- name: Install Nix
uses: cachix/install-nix-action@v24
uses: cachix/install-nix-action@v26

- 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@v24
uses: cachix/install-nix-action@v26
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55c6ef8

Please sign in to comment.