From a20f7b1b170ed6cee09e0ad526cdf81ffa19520e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:22:27 +0000 Subject: [PATCH] [stable-7] 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/publish_alpha.yml | 2 +- .github/workflows/publish_beta.yml | 2 +- .github/workflows/publish_release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_alpha.yml b/.github/workflows/publish_alpha.yml index 4c0d251eac..2f6a4a3ea2 100644 --- a/.github/workflows/publish_alpha.yml +++ b/.github/workflows/publish_alpha.yml @@ -55,7 +55,7 @@ jobs: - name: Publish pre-release ${{ steps.appinfo.outputs.app-version }} if: success() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: "# Changelog for the upcoming release (preview)\n ${{ steps.extract-release-notes.outputs.release_notes }} " prerelease: true diff --git a/.github/workflows/publish_beta.yml b/.github/workflows/publish_beta.yml index b9164c4589..11a99a4a10 100644 --- a/.github/workflows/publish_beta.yml +++ b/.github/workflows/publish_beta.yml @@ -57,7 +57,7 @@ jobs: - name: Publish pre-release ${{ steps.appinfo.outputs.app-version }} if: success() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: "# Changelog for the upcoming release (preview)\n ${{ steps.extract-release-notes.outputs.release_notes }} " prerelease: true diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 170e7a2223..567bd7a19e 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -54,7 +54,7 @@ jobs: - name: Draft Release if: success() - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: "# Changelog ${{ steps.appinfo.outputs.app-version }} \n ${{ steps.extract-release-notes.outputs.release_notes }} " prerelease: false