diff --git a/.github/actions/windows-wheel/action.yml b/.github/actions/windows-wheel/action.yml index e94e51f46865..5737bdc9d85d 100644 --- a/.github/actions/windows-wheel/action.yml +++ b/.github/actions/windows-wheel/action.yml @@ -43,7 +43,7 @@ runs: with: python-version: ${{ inputs.python-version }} architecture: ${{ inputs.arch }} - - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 + - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master, as of Aug 23, 2025 with: toolchain: stable target: ${{ inputs.rust-triple }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a99963ce4e6..81997dbb8e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: cache-dependency-path: ci-constraints-requirements.txt timeout-minutes: 3 - name: Setup rust - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 + uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master, as of Aug 23, 2025 with: toolchain: ${{ matrix.PYTHON.RUST }} components: rustfmt,clippy diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index a0cb2413f251..f7b91b478243 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -248,7 +248,7 @@ jobs: name: openssl-macos-arm64 path: "../openssl-macos-arm64/" github_token: ${{ secrets.GITHUB_TOKEN }} - - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 + - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master, as of Aug 23, 2025 with: toolchain: stable - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1