From 25be8b2683fe0b930d6b11a359eb24691466dd75 Mon Sep 17 00:00:00 2001 From: amtoine Date: Sun, 28 Apr 2024 13:27:32 +0200 Subject: [PATCH] bump actions --- .github/workflows/check-documentation.yml | 2 +- .github/workflows/nupm-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index e4afbd4..e59bb9b 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -40,7 +40,7 @@ jobs: echo "NU_VERSION=${{ inputs.nu_version }}" >> $GITHUB_ENV fi - - uses: hustcer/setup-nu@v3.8 + - uses: hustcer/setup-nu@v3.10 with: version: ${{ env.NU_VERSION }} diff --git a/.github/workflows/nupm-tests.yml b/.github/workflows/nupm-tests.yml index b0f8ae4..9b38d8b 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.2.0 + uses: amtoine/setup-nupm-action@0.3.0 id: "nu-setup" with: nu_version: ${{ env.NU_VERSION }}