From 331cc24d072f242f4b361ce6144dc9d4aed2c939 Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Sun, 5 Mar 2023 19:55:17 -0600 Subject: [PATCH] upgrade nix installation to fix CI installation --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fef6982065..50877e2623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Set up nix if: matrix.type == 'dapp' - uses: cachix/install-nix-action@v16 + uses: cachix/install-nix-action@v20 - name: Set up cachix if: matrix.type == 'dapp'