diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e20501..c9ac8d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: sudo apt-get install -y --no-install-recommends musl-tools b3sum - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # nightly + uses: dtolnay/rust-toolchain@be39649afda95dbf70f87cce95f68b8d5797b296 # nightly with: # the toolchain selector must be an explicit input now that the # action is pinned to a sha (the ref no longer carries it)