-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump the gha-deps group with 1 update
Bumps the gha-deps group with 1 update: [artichoke/setup-rust](https://github.com/artichoke/setup-rust). - [Release notes](https://github.com/artichoke/setup-rust/releases) - [Commits](artichoke/setup-rust@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: artichoke/setup-rust dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
b12c932
commit 9b93a22
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/audit@v1.9.0 | ||
uses: artichoke/setup-rust/audit@v1.10.0 | ||
|
||
- name: Generate Cargo.lock | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/build-and-test@v1.9.0 | ||
uses: artichoke/setup-rust/build-and-test@v1.10.0 | ||
with: | ||
toolchain: stable | ||
|
||
|
@@ -58,7 +58,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/check-minimal-versions@v1.9.0 | ||
uses: artichoke/setup-rust/check-minimal-versions@v1.10.0 | ||
with: | ||
toolchain: stable | ||
|
||
|
@@ -79,7 +79,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/lint-and-format@v1.9.0 | ||
uses: artichoke/setup-rust/lint-and-format@v1.10.0 | ||
with: | ||
toolchain: stable | ||
|
||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install nightly Rust toolchain | ||
uses: artichoke/setup-rust/code-coverage@v1.9.0 | ||
uses: artichoke/setup-rust/code-coverage@v1.10.0 | ||
|
||
- name: Setup grcov | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: actions/[email protected] | ||
|
||
- name: Install Rust toolchain | ||
uses: artichoke/setup-rust/rustdoc@v1.9.0 | ||
uses: artichoke/setup-rust/rustdoc@v1.10.0 | ||
|
||
- name: Check docs with no default features | ||
run: cargo doc --workspace --no-default-features | ||
|