diff options
author | Michael Davis | 2023-03-02 23:01:47 +0000 |
---|---|---|
committer | GitHub | 2023-03-02 23:01:47 +0000 |
commit | 6e7dcb33170e50088de6734a046480917a386049 (patch) | |
tree | d532341981499e2f831b29c34877819a69ee9f21 | |
parent | 0625f410ebdab22e54af10f934de41bdba911069 (diff) |
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.
-rw-r--r-- | .github/workflows/cachix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cachix.yml b/.github/workflows/cachix.yml index bcdea319..7d2f734a 100644 --- a/.github/workflows/cachix.yml +++ b/.github/workflows/cachix.yml @@ -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 |