Skip to content

Commit 6faf3c3

Browse files
committed
Update [email protected] and Nu for nightly workflow
1 parent fbe039a commit 6faf3c3

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.11
39+
uses: hustcer/setup-nu@v3.12
4040
if: github.repository == 'nushell/nightly'
4141
with:
42-
version: 0.93.0
42+
version: 0.95.0
4343

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

141141
- name: Setup Nushell
142-
uses: hustcer/setup-nu@v3.11
142+
uses: hustcer/setup-nu@v3.12
143143
with:
144-
version: 0.93.0
144+
version: 0.95.0
145145

146146
- name: Release Nu Binary
147147
id: nu
@@ -198,9 +198,9 @@ jobs:
198198
ref: main
199199

200200
- name: Setup Nushell
201-
uses: hustcer/setup-nu@v3.11
201+
uses: hustcer/setup-nu@v3.12
202202
with:
203-
version: 0.93.0
203+
version: 0.95.0
204204

205205
# Keep the last a few releases
206206
- name: Delete Older Releases

0 commit comments

Comments
 (0)