Skip to content

Commit

Permalink
chore: Upgrade Nu to v0.87.1 for testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Nov 24, 2023
1 parent 895b98b commit 41dc95d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Update Rust Toolchain Target
run: |
Expand All @@ -95,9 +95,9 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.6
uses: hustcer/setup-nu@v3.8
with:
version: 0.85.0
version: 0.87.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Update Rust Toolchain Target
run: |
Expand All @@ -189,9 +189,9 @@ jobs:
rustflags: ''

- name: Setup Nushell
uses: hustcer/setup-nu@v3.6
uses: hustcer/setup-nu@v3.8
with:
version: 0.85.0
version: 0.87.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 41dc95d

Please sign in to comment.