From 3a18be2e54c878233c1d38bdc6dcdf1d25cfde81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:22:23 +0000 Subject: [PATCH] chore: 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/miri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml index 0b754862..81c9f1a5 100644 --- a/.github/workflows/miri.yml +++ b/.github/workflows/miri.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4.2.2 - - uses: actions-rs/toolchain@v1.0.6 + - uses: actions-rs/toolchain@v1.0.7 with: profile: minimal toolchain: nightly