-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
757 changed files
with
25,805 additions
and
17,867 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,10 +36,10 @@ jobs: | |
token: ${{ secrets.WORKFLOW_TOKEN }} | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
if: github.repository == 'nushell/nightly' | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -135,12 +135,15 @@ jobs: | |
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml | ||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
uses: actions-rust-lang/[email protected] | ||
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135` | ||
with: | ||
rustflags: '' | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -246,12 +249,15 @@ jobs: | |
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml | ||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
uses: actions-rust-lang/[email protected] | ||
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135` | ||
with: | ||
rustflags: '' | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -315,9 +321,9 @@ jobs: | |
ref: main | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,19 +79,22 @@ jobs: | |
runs-on: ${{matrix.os}} | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Update Rust Toolchain Target | ||
run: | | ||
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml | ||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135` | ||
with: | ||
rustflags: '' | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -171,19 +174,22 @@ jobs: | |
runs-on: ${{matrix.os}} | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v4.1.1 | ||
|
||
- name: Update Rust Toolchain Target | ||
run: | | ||
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml | ||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135` | ||
with: | ||
rustflags: '' | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,12 +79,15 @@ jobs: | |
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml | ||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
uses: actions-rust-lang/[email protected] | ||
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135` | ||
with: | ||
rustflags: '' | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
@@ -167,12 +170,15 @@ jobs: | |
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml | ||
- name: Setup Rust toolchain and cache | ||
uses: actions-rust-lang/[email protected] | ||
uses: actions-rust-lang/[email protected] | ||
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135` | ||
with: | ||
rustflags: '' | ||
|
||
- name: Setup Nushell | ||
uses: hustcer/setup-nu@v3.6 | ||
uses: hustcer/setup-nu@v3.8 | ||
with: | ||
version: 0.85.0 | ||
version: 0.86.0 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Check spelling | ||
uses: crate-ci/[email protected].15 | ||
uses: crate-ci/[email protected].24 | ||
with: | ||
config: ./.github/.typos.toml |
Oops, something went wrong.