Skip to content

Commit c585567

Browse files
committed
deps: Update Nu to v0.101
1 parent a8361de commit c585567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: hustcer/setup-nu@v3
4242
if: github.repository == 'nushell/nightly'
4343
with:
44-
version: 0.100.0
44+
version: 0.101.0
4545

4646
# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
4747
- name: Prepare for Nightly Release
@@ -143,7 +143,7 @@ jobs:
143143
- name: Setup Nushell
144144
uses: hustcer/setup-nu@v3
145145
with:
146-
version: 0.100.0
146+
version: 0.101.0
147147

148148
- name: Release Nu Binary
149149
id: nu
@@ -224,7 +224,7 @@ jobs:
224224
- name: Setup Nushell
225225
uses: hustcer/setup-nu@v3
226226
with:
227-
version: 0.100.0
227+
version: 0.101.0
228228

229229
# Keep the last a few releases
230230
- name: Delete Older Releases

0 commit comments

Comments
 (0)