From 435daab0931c527e246c9b33bafd9f9817f3f889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:00:39 +0000 Subject: [PATCH] chore(deps): update github actions | datasource | package | from | to | | ------------ | ------- | ------ | ------ | | rust-version | rust | 1.95.0 | 1.96.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |