diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b2f866..16c3881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # dtolnay reliably installs the components, which mise-action did not. - name: Install Rust + components - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # master, pinned by SHA + uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # master, pinned by SHA with: toolchain: ${{ steps.rust.outputs.version }} components: ${{ steps.rust.outputs.components }} diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index d61b061..f7e321e 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -58,7 +58,7 @@ jobs: PY - name: Install Rust - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # master, pinned by SHA + uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # master, pinned by SHA with: toolchain: ${{ steps.rust.outputs.version }} @@ -97,7 +97,7 @@ jobs: PY - name: Install Rust - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # master, pinned by SHA + uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # master, pinned by SHA with: toolchain: ${{ steps.rust.outputs.version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc45a7e..d1e7d0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: echo "version=$version" >> "$GITHUB_OUTPUT" - name: Install Rust - uses: dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # master, pinned by SHA + uses: dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # master, pinned by SHA with: toolchain: ${{ steps.rust.outputs.version }} targets: ${{ matrix.target }}