Skip to content

Commit

Permalink
Bump hustcer/setup-nu from 3.10 to 3.11 (#13058)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 5, 2024
1 parent 6b2012b commit c310175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}

- name: Setup Nushell
uses: hustcer/setup-nu@v3.10
uses: hustcer/setup-nu@v3.11
if: github.repository == 'nushell/nightly'
with:
version: 0.93.0
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
rustflags: ''

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

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
ref: main

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
rustflags: ''

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

Expand Down

0 comments on commit c310175

Please sign in to comment.