From 27efb3dad48a45a59d7ddff6e967d42864e08f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 10:53:22 +0000 Subject: [PATCH] chore: bump actions-rust-lang/setup-rust-toolchain from 1 to 2 Bumps [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain) from 1 to 2. - [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases) - [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1...v2) --- updated-dependencies: - dependency-name: actions-rust-lang/setup-rust-toolchain dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/hotpath-comment.yml | 2 +- .github/workflows/hotpath-profile.yml | 2 +- .github/workflows/rust.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hotpath-comment.yml b/.github/workflows/hotpath-comment.yml index 3dc8f5b..70f7991 100644 --- a/.github/workflows/hotpath-comment.yml +++ b/.github/workflows/hotpath-comment.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions-rust-lang/setup-rust-toolchain@v1 + - uses: actions-rust-lang/setup-rust-toolchain@v2 - uses: actions/download-artifact@v8 with: diff --git a/.github/workflows/hotpath-profile.yml b/.github/workflows/hotpath-profile.yml index ae02b38..e2b0d9d 100644 --- a/.github/workflows/hotpath-profile.yml +++ b/.github/workflows/hotpath-profile.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - - uses: actions-rust-lang/setup-rust-toolchain@v1 + - uses: actions-rust-lang/setup-rust-toolchain@v2 with: rustflags: "" diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c699a69..3a35d61 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v7 - name: "Setup Rust toolchain" - uses: actions-rust-lang/setup-rust-toolchain@v1 + uses: actions-rust-lang/setup-rust-toolchain@v2 with: toolchain: ${{ matrix.toolchain }} components: ${{ matrix.components || '' }} @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v7 - name: "Setup Rust toolchain" - uses: actions-rust-lang/setup-rust-toolchain@v1 + uses: actions-rust-lang/setup-rust-toolchain@v2 with: toolchain: stable target: aarch64-apple-darwin