CI: Update cachix/install-nix-action to v20 (#6163)

This fixes an issue with installing Nix 1.14 which causes the
cachix/cachix-action in the next step to fail.
pull/6168/head
Michael Davis 2 years ago committed by GitHub
parent 0625f410eb
commit 6e7dcb3317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v19 uses: cachix/install-nix-action@v20
- name: Authenticate with Cachix - name: Authenticate with Cachix
uses: cachix/cachix-action@v12 uses: cachix/cachix-action@v12

Loading…
Cancel
Save