From c92bd94bf3460faf8922d61b780eb274c7f9ce72 Mon Sep 17 00:00:00 2001 From: Spencer Heywood Date: Fri, 23 Jun 2023 09:46:50 -0600 Subject: [PATCH] updated github action for install-nix-action to latest version --- .github/workflows/darwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darwin.yml b/.github/workflows/darwin.yml index d219225..dbcf39f 100644 --- a/.github/workflows/darwin.yml +++ b/.github/workflows/darwin.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v2 - name: Install Nix - uses: cachix/install-nix-action@v18 + uses: cachix/install-nix-action@v22 - name: Build macos-desktop output run: |