From c3df88115204e84e6c3f30e37611c14aead7fa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 18:20:35 +0000 Subject: [PATCH] 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/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1db716e8..ae7832e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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