forked from dtolnay/serde-yaml
-
Notifications
You must be signed in to change notification settings - Fork 12
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 actions-rs/toolchain from 1.0.6 to 1.0.7
Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/actions-rs/toolchain/releases) - [Changelog](https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md) - [Commits](actions-rs/toolchain@v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: actions-rs/toolchain dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
62efd66
commit 17a8495
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
|
||
# Setup Rust nightly | ||
- name: Install Rust | ||
uses: actions-rs/[email protected].6 | ||
uses: actions-rs/[email protected].7 | ||
id: toolchain | ||
with: | ||
toolchain: nightly | ||
|
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 |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
# Install the stable Rust toolchain. | ||
- name: Install stable toolchain | ||
id: install-toolchain | ||
uses: actions-rs/[email protected].6 | ||
uses: actions-rs/[email protected].7 | ||
with: | ||
toolchain: stable | ||
override: true | ||
|
@@ -115,7 +115,7 @@ jobs: | |
|
||
# Install the stable Rust toolchain | ||
- name: Install stable toolchain | ||
uses: actions-rs/[email protected].6 | ||
uses: actions-rs/[email protected].7 | ||
with: | ||
toolchain: stable | ||
override: true | ||
|
@@ -212,7 +212,7 @@ jobs: | |
# Install the stable Rust toolchain | ||
- name: Install stable toolchain | ||
id: install-toolchain | ||
uses: actions-rs/[email protected].6 | ||
uses: actions-rs/[email protected].7 | ||
with: | ||
toolchain: stable | ||
override: true | ||
|