From b4030406e15db22c5fd7f3ee8edd185226f2d6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 21:54:41 +0000 Subject: [PATCH] build(deps): Bump softprops/action-gh-release from 2 to 3 Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-github.yml | 2 +- .github/workflows/rust-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index 0cb43e102c..b06c9d0838 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -176,7 +176,7 @@ jobs: - name: Create Draft GitHub Release id: create-release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: draft: true name: ${{ steps.extract-version.outputs.tag }} (${{ fromJSON(steps.claude-release.outputs.structured_output).release_date }}) diff --git a/.github/workflows/rust-publish.yml b/.github/workflows/rust-publish.yml index d3e935b392..65b081b192 100644 --- a/.github/workflows/rust-publish.yml +++ b/.github/workflows/rust-publish.yml @@ -76,7 +76,7 @@ jobs: - name: Create GitHub Release if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: Rust Client ${{ github.ref_name }} body: |