Skip to content

Commit

Permalink
Merge pull request #30 from sagikazarmark/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…achix/install-nix-action-20
  • Loading branch information
dependabot[bot] authored Mar 10, 2023
2 parents 41d8614 + a5a216e commit 05659c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 05659c5

Please sign in to comment.