Skip to content

Commit

Permalink
Merge pull request #106 from sagikazarmark/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
sagikazarmark authored Jun 17, 2023
2 parents a4f040a + ccf3f56 commit 7e9f651
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@v20
uses: cachix/install-nix-action@v22
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@v20
uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7e9f651

Please sign in to comment.