From 4b6b231d20794540f2932c84ef51c28da88927fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:26:08 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 | datasource | package | from | to | | ----------- | --------------------------- | ---- | -- | | github-tags | softprops/action-gh-release | v2 | v3 | --- .github/workflows/gh-release-on-main.yaml | 2 +- .github/workflows/gh-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-release-on-main.yaml b/.github/workflows/gh-release-on-main.yaml index 8123f49..2dd1a72 100644 --- a/.github/workflows/gh-release-on-main.yaml +++ b/.github/workflows/gh-release-on-main.yaml @@ -86,7 +86,7 @@ jobs: - name: Release if: steps.version_increment.outputs.RELEASE == 'true' - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ steps.version_increment.outputs.NEW_TAG }} generate_release_notes: true diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 9da7d5f..cd3dd7f 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -137,7 +137,7 @@ jobs: - name: Manual Release if: inputs.use_semantic_release == false && inputs.tag != '' && inputs.dry_run == false - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: ${{ inputs.tag }} generate_release_notes: true