Skip to content

Commit d1b04bf

Browse files
Merge #16
16: Bump actions-rs/toolchain from 1 to 1.0.7 r=Yatekii a=dependabot[bot] Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 to 1.0.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions-rs/toolchain/releases">actions-rs/toolchain's releases</a>.</em></p> <blockquote> <h2>v1.0.6</h2> <p>See Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#106---2020-03-24">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#106---2020-03-24</a></p> <h2>v1.0.5</h2> <p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#105---2020-01-26">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#105---2020-01-26</a></p> <h2>v1.0.4</h2> <p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#104---2020-01-26">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#104---2020-01-26</a></p> <h2>v1.0.3</h2> <p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#103---2019-10-19">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#103---2019-10-19</a></p> <h2>v1.0.2</h2> <p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#102---2019-10-14">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#102---2019-10-14</a></p> <h2>v1.0.1</h2> <p>Changelog: <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#101---2019-10-05">https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md#101---2019-10-05</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions-rs/toolchain/blob/master/CHANGELOG.md">actions-rs/toolchain's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[1.0.6] - 2020-03-24</h2> <h3>Added</h3> <ul> <li>Pass <code>allow-downgrade</code> flag to <code>rustup</code> if <code>nightly</code> toolchain with components requested</li> </ul> <h2>[1.0.5] - 2020-01-26</h2> <h3>Fixed</h3> <ul> <li><code>rustup</code> version parser does not fail Action execution on <code>macOS-latest</code> VM images anymore</li> </ul> <h2>[1.0.4] - 2020-01-26</h2> <h3>Added</h3> <ul> <li>Support for the <code>rust-toolchain</code> file: If the toolchain input is not given, we will try and install the version specified in the <code>rust-toolchain</code> file.</li> <li>Action outputs with <code>rustc</code>, <code>cargo</code> and <code>rustup</code> versions installed</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/actions-rs/toolchain/compare/v1...v1.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions-rs/toolchain&package-manager=github_actions&previous-version=1&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 59329ca + 49112ae commit d1b04bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.os == 'windows-latest'
4040

4141
- name: Install stable toolchain
42-
uses: actions-rs/toolchain@v1
42+
uses: actions-rs/toolchain@v1.0.7
4343
with:
4444
toolchain: stable
4545
override: true
@@ -61,7 +61,7 @@ jobs:
6161
run: sudo apt install -y libusb-1.0-0-dev libftdi1-dev
6262

6363
- name: Install stable toolchain
64-
uses: actions-rs/toolchain@v1
64+
uses: actions-rs/toolchain@v1.0.7
6565
with:
6666
profile: minimal
6767
toolchain: stable
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v2.3.4
8181

8282
- name: Install stable toolchain
83-
uses: actions-rs/toolchain@v1
83+
uses: actions-rs/toolchain@v1.0.7
8484
with:
8585
toolchain: stable
8686
override: true
@@ -105,7 +105,7 @@ jobs:
105105
run: sudo apt install -y libusb-1.0-0-dev libftdi1-dev
106106

107107
- name: Install stable toolchain
108-
uses: actions-rs/toolchain@v1
108+
uses: actions-rs/toolchain@v1.0.7
109109
with:
110110
toolchain: stable
111111
override: true

0 commit comments

Comments
 (0)