summaryrefslogtreecommitdiff
path: root/.github/workflows/nightly-build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nightly-build.yml')
-rw-r--r--.github/workflows/nightly-build.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml
index ef5a7c7f5..1301e31a6 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -27,7 +27,7 @@ jobs:
# if: github.repository == 'nushell/nightly'
steps:
- name: Checkout
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4
if: github.repository == 'nushell/nightly'
with:
ref: main
@@ -36,10 +36,10 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}
- name: Setup Nushell
- uses: hustcer/setup-nu@v3.13
+ uses: hustcer/setup-nu@v3
if: github.repository == 'nushell/nightly'
with:
- version: 0.97.1
+ version: 0.98.0
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
- name: Prepare for Nightly Release
@@ -65,7 +65,7 @@ jobs:
}
standard:
- name: Std
+ name: Nu
needs: prepare
strategy:
fail-fast: false
@@ -121,7 +121,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
@@ -137,9 +137,9 @@ jobs:
rustflags: ''
- name: Setup Nushell
- uses: hustcer/setup-nu@v3.13
+ uses: hustcer/setup-nu@v3
with:
- version: 0.97.1
+ version: 0.98.0
- name: Release Nu Binary
id: nu
@@ -190,14 +190,14 @@ jobs:
- name: Waiting for Release
run: sleep 1800
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4
with:
ref: main
- name: Setup Nushell
- uses: hustcer/setup-nu@v3.13
+ uses: hustcer/setup-nu@v3
with:
- version: 0.97.1
+ version: 0.98.0
# Keep the last a few releases
- name: Delete Older Releases