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.
This commit is contained in:
parent
0625f410eb
commit
6e7dcb3317
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cachix.yml
vendored
2
.github/workflows/cachix.yml
vendored
|
@ -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…
Reference in a new issue