diff --git a/.github/workflows/version-program.yml b/.github/workflows/version-program.yml index 11a1609e..6874ed9e 100644 --- a/.github/workflows/version-program.yml +++ b/.github/workflows/version-program.yml @@ -67,13 +67,12 @@ jobs: - name: Install Rust uses: metaplex-foundation/actions/install-rust@v1 with: - toolchain: ${{ env.RUST_VERSION }} + toolchain: "1.70.0" - name: Install cargo-release uses: metaplex-foundation/actions/install-cargo-release@v1 with: cache: ${{ env.CACHE }} - version: "1.70.0" - name: Bump Program Version run: |