From 5c173bbe3a4ca75f0412a6914aef5acdf46c938a Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:36:55 +0100 Subject: [PATCH] bump `amtoine/setup-nupm-action` to 0.2.0 (#145) this is hopefully to be able to use _nightly_. see https://github.com/amtoine/nu-git-manager/actions/runs/7225126534/job/19687892588#step:13:26 > Error: Invalid version: '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 }}