Skip to content

Commit

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

build(deps): bump cachix/install-nix-action from 20 to 22
  • Loading branch information
Ancient123 authored Jul 11, 2023
2 parents 493b9e9 + 3dc0133 commit 34b0e2e
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@v20
uses: cachix/install-nix-action@v22

- name: Checkout Repository
uses: actions/checkout@v3
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@v3

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

0 comments on commit 34b0e2e

Please sign in to comment.