From 1b1928c103cef7457a37b1db9f4b010b48e57bc7 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Sat, 29 Jun 2024 16:10:17 +0800 Subject: [PATCH] Update Nu version to v0.95 and setup-nu for workflows (#13265) Update Nu version to v0.95 and setup-nu to v3.12 for workflows The change has been tested here: https://github.com/nushell/nightly/actions/runs/9722586476 --- .github/workflows/nightly-build.yml | 12 ++++++------ .github/workflows/release.yml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index 31533cc3d8..8097b02fe6 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -36,10 +36,10 @@ jobs: token: ${{ secrets.WORKFLOW_TOKEN }} - name: Setup Nushell - uses: hustcer/setup-nu@v3.11 + uses: hustcer/setup-nu@v3.12 if: github.repository == 'nushell/nightly' with: - version: 0.93.0 + version: 0.95.0 # Synchronize the main branch of nightly repo with the main branch of Nushell official repo - name: Prepare for Nightly Release @@ -128,9 +128,9 @@ jobs: rustflags: '' - name: Setup Nushell - uses: hustcer/setup-nu@v3.11 + uses: hustcer/setup-nu@v3.12 with: - version: 0.93.0 + version: 0.95.0 - name: Release Nu Binary id: nu @@ -186,9 +186,9 @@ jobs: ref: main - name: Setup Nushell - uses: hustcer/setup-nu@v3.11 + uses: hustcer/setup-nu@v3.12 with: - version: 0.93.0 + version: 0.95.0 # Keep the last a few releases - name: Delete Older Releases diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 208acd42b5..dd3371e0d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,9 +76,9 @@ jobs: rustflags: '' - name: Setup Nushell - uses: hustcer/setup-nu@v3.11 + uses: hustcer/setup-nu@v3.12 with: - version: 0.93.0 + version: 0.95.0 - name: Release Nu Binary id: nu