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](https://github.com/actions-rs/toolchain/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-11 18:20:35 +00:00 committed by GitHub
parent a7fb7ee673
commit c3df881152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v3.5.0
- name: Install toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v3.5.0
- name: Install toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: ${{ matrix.toolchain }}
profile: minimal
@ -167,7 +167,7 @@ jobs:
uses: actions/checkout@v3.5.0
- name: Install toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
target: ${{ matrix.target }}
@ -208,7 +208,7 @@ jobs:
uses: actions/checkout@v3.5.0
- name: Install toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
@ -249,7 +249,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.5.0
- name: Install toolchain
uses: actions-rs/toolchain@v1.0.6
uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: stable