From 4b4782be7ad992ebc3d590c635949be8a23a96f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:13:39 +0000 Subject: [PATCH] github-action: 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/java.yml | 2 +- .github/workflows/java7.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 7ced3b16..1faa98d7 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -102,7 +102,7 @@ jobs: custom_tag: ${{ needs.set-release-version.outputs.project_version }} tag_prefix: 'java-v' - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.create_tag.outputs.new_tag }} generate_release_notes: false diff --git a/.github/workflows/java7.yml b/.github/workflows/java7.yml index f55e2abf..137db7ed 100644 --- a/.github/workflows/java7.yml +++ b/.github/workflows/java7.yml @@ -101,7 +101,7 @@ jobs: custom_tag: ${{ needs.set-release-version.outputs.project_version }} tag_prefix: 'java7-v' - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.create_tag.outputs.new_tag }} generate_release_notes: false