From 36324af095637d75936e8371e8ce246360e526e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 19:39:00 +0000 Subject: [PATCH] chore(deps): 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] --- .github/workflows/on_pr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index a3af20b..b48dca6 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.5 - - uses: actions-rs/toolchain@v1.0.6 + - uses: actions-rs/toolchain@v1.0.7 with: profile: minimal toolchain: stable @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.5 - - uses: actions-rs/toolchain@v1.0.6 + - uses: actions-rs/toolchain@v1.0.7 with: profile: minimal toolchain: stable @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.5 - - uses: actions-rs/toolchain@v1.0.6 + - uses: actions-rs/toolchain@v1.0.7 with: toolchain: stable components: clippy