diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7174859..e0e4d21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -153,7 +153,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable with: - toolchain: "1.95.0" + toolchain: "1.96.0" components: clippy, rustfmt targets: ${{ matrix.target }} @@ -182,7 +182,7 @@ jobs: cat "${ASSET_NAME}.tar.gz.sha256" - name: Upload to Release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 with: tag_name: v${{ needs.release.outputs.new_release_version }} files: |