forked from dtolnay/serde-yaml
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from sebastienrousseau/dependabot/github_actio…
…ns/actions-rs/toolchain-1.0.7 chore(deps): bump actions-rs/toolchain from 1.0.6 to 1.0.7
- Loading branch information
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 | ||
|