From 3bfbabddbbc61e98d48b1cb76193e227a73484d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:03:21 +0000 Subject: [PATCH] Bump actions-rs/toolchain from 1.0.1 to 1.0.7 (#253) Bumps [actions-rs/toolchain](https://github.com/actions-rs/toolchain) from 1.0.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.0.1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aa07e43..17cac4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features --all-targets -- -D warnings - - uses: actions-rs/toolchain@v1.0.1 + - uses: actions-rs/toolchain@v1.0.7 if: ${{ !steps.check_permissions.outputs.has-permission }} with: toolchain: stable @@ -72,7 +72,7 @@ jobs: with: persist-credentials: false - - uses: actions-rs/toolchain@v1.0.6 + - uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable components: rustfmt @@ -99,7 +99,7 @@ jobs: with: persist-credentials: false - - uses: actions-rs/toolchain@v1.0.6 + - uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable profile: minimal