Skip to content

Commit a9b467a

Browse files
committed
Update Nu and setup-nu for nightly workflow
1 parent ea1fa2f commit a9b467a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nightly-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
token: ${{ secrets.WORKFLOW_TOKEN }}
3737

3838
- name: Setup Nushell
39-
uses: hustcer/setup-nu@v3.12
39+
uses: hustcer/setup-nu@v3.13
4040
if: github.repository == 'nushell/nightly'
4141
with:
42-
version: 0.95.0
42+
version: 0.97.1
4343

4444
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
4545
- name: Prepare for Nightly Release
@@ -147,9 +147,9 @@ jobs:
147147
rustflags: ""
148148

149149
- name: Setup Nushell
150-
uses: hustcer/setup-nu@v3.12
150+
uses: hustcer/setup-nu@v3.13
151151
with:
152-
version: 0.95.0
152+
version: 0.97.1
153153

154154
- name: Release Nu Binary
155155
id: nu
@@ -206,9 +206,9 @@ jobs:
206206
ref: main
207207

208208
- name: Setup Nushell
209-
uses: hustcer/setup-nu@v3.12
209+
uses: hustcer/setup-nu@v3.13
210210
with:
211-
version: 0.95.0
211+
version: 0.97.1
212212

213213
# Keep the last a few releases
214214
- name: Delete Older Releases

0 commit comments

Comments
 (0)