From cc91e36cf8aaf1411d55e6e8510e644fdb1e3d29 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Thu, 2 May 2024 11:11:53 +0800 Subject: [PATCH] Upgrade Nu to v0.93.0 for nightly and release workflow (#12721) --- .github/workflows/nightly-build.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index ca4cb04a2c..f86d7572a2 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -39,7 +39,7 @@ jobs: uses: hustcer/setup-nu@v3.10 if: github.repository == 'nushell/nightly' with: - version: 0.91.0 + version: 0.93.0 # Synchronize the main branch of nightly repo with the main branch of Nushell official repo - name: Prepare for Nightly Release @@ -141,7 +141,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.10 with: - version: 0.91.0 + version: 0.93.0 - name: Release Nu Binary id: nu @@ -253,7 +253,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.10 with: - version: 0.91.0 + version: 0.93.0 - name: Release Nu Binary id: nu @@ -317,7 +317,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.10 with: - version: 0.91.0 + version: 0.93.0 # Keep the last a few releases - name: Delete Older Releases diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e08b96cb0f..fce38d9b4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.10 with: - version: 0.91.0 + version: 0.93.0 - name: Release Nu Binary id: nu @@ -179,7 +179,7 @@ jobs: - name: Setup Nushell uses: hustcer/setup-nu@v3.10 with: - version: 0.91.0 + version: 0.93.0 - name: Release Nu Binary id: nu