Skip to content

Commit

Permalink
CI: Update cachix/install-nix-action to v20 (#6163)
Browse files Browse the repository at this point in the history
This fixes an issue with installing Nix 1.14 which causes the
cachix/cachix-action in the next step to fail.
  • Loading branch information
the-mikedavis committed Mar 2, 2023
1 parent 0625f41 commit 6e7dcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20

- name: Authenticate with Cachix
uses: cachix/cachix-action@v12
Expand Down

0 comments on commit 6e7dcb3

Please sign in to comment.