Skip to content

Commit

Permalink
Update Nu version to v0.95 and setup-nu for workflows (nushell#13265)
Browse files Browse the repository at this point in the history
Update Nu version to v0.95 and setup-nu to v3.12 for workflows
The change has been tested here:
https://github.com/nushell/nightly/actions/runs/9722586476
  • Loading branch information
hustcer committed Jun 29, 2024
1 parent 153b45b commit 1b1928c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}

- name: Setup Nushell
uses: hustcer/setup-nu@v3.11
uses: hustcer/setup-nu@v3.12
if: github.repository == 'nushell/nightly'
with:
version: 0.93.0
version: 0.95.0

# Synchronize the main branch of nightly repo with the main branch of Nushell official repo
- name: Prepare for Nightly Release
Expand Down Expand Up @@ -128,9 +128,9 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.11
uses: hustcer/setup-nu@v3.12
with:
version: 0.93.0
version: 0.95.0

- name: Release Nu Binary
id: nu
Expand Down Expand Up @@ -186,9 +186,9 @@ jobs:
ref: main

- name: Setup Nushell
uses: hustcer/setup-nu@v3.11
uses: hustcer/setup-nu@v3.12
with:
version: 0.93.0
version: 0.95.0

# Keep the last a few releases
- name: Delete Older Releases
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.11
uses: hustcer/setup-nu@v3.12
with:
version: 0.93.0
version: 0.95.0

- name: Release Nu Binary
id: nu
Expand Down

0 comments on commit 1b1928c

Please sign in to comment.