From 105c86fa3eb84136fb32278942cac6c97d5e3137 Mon Sep 17 00:00:00 2001 From: amtoine Date: Fri, 15 Dec 2023 18:33:45 +0100 Subject: [PATCH] bump `amtoine/setup-nupm-action` to 0.2.0 this is hopefully to be able to use _nightly_. --- .github/workflows/nupm-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nupm-tests.yml b/.github/workflows/nupm-tests.yml index d8b77b3..190eb1f 100644 --- a/.github/workflows/nupm-tests.yml +++ b/.github/workflows/nupm-tests.yml @@ -59,7 +59,7 @@ jobs: fi - name: Setup nushell and nupm - uses: amtoine/setup-nupm-action@0.1.1 + uses: amtoine/setup-nupm-action@0.2.0 id: "nu-setup" with: nu_version: ${{ env.NU_VERSION }}