From bb5dab84de9a91cf3814fd88e6da855e000af4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 09:01:07 +0000 Subject: [PATCH] Bump actions-rs/toolchain from 1 to 1.0.7 Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1 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...v1.0.7) Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yaml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index eb63a9f..7247c9b 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions-rs/toolchain@v1 + - uses: actions-rs/toolchain@v1.0.7 with: toolchain: nightly override: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 29c85de..cc2be99 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2.3.4 # Because we use nightly features for building docs, # using --all-features will fail without nightly toolchain. - - uses: actions-rs/toolchain@v1 + - uses: actions-rs/toolchain@v1.0.7 with: toolchain: nightly override: true