diff --git a/.github/workflows/solana.yml b/.github/workflows/solana.yml index 092ec1b83..f56a69f55 100644 --- a/.github/workflows/solana.yml +++ b/.github/workflows/solana.yml @@ -33,7 +33,7 @@ jobs: echo "version=${RUST_VERSION}" >> $GITHUB_OUTPUT - name: Install rust toolchain - uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb + uses: dtolnay/rust-toolchain@0b1efabc08b657293548b77fb76cc02d26091c7e with: toolchain: ${{ steps.toolchain.outputs.version }} components: "clippy,rustfmt"