From d3777f03fad473be80a2d3ae390e1cbd0a983bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 04:15:20 +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/publish-build-common.yml | 2 +- .github/workflows/publish-gradle-plugin.yml | 2 +- .github/workflows/publish-maven-plugin.yml | 2 +- .github/workflows/publish-runtime.yml | 2 +- .github/workflows/publish-starter.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-build-common.yml b/.github/workflows/publish-build-common.yml index 84f4469..54249cc 100644 --- a/.github/workflows/publish-build-common.yml +++ b/.github/workflows/publish-build-common.yml @@ -47,7 +47,7 @@ jobs: - name: Create GitHub Release if: steps.version.outputs.VERSION != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "python-embed-build-common v${{ steps.version.outputs.VERSION }}" generate_release_notes: true diff --git a/.github/workflows/publish-gradle-plugin.yml b/.github/workflows/publish-gradle-plugin.yml index d3c46f1..68d85fc 100644 --- a/.github/workflows/publish-gradle-plugin.yml +++ b/.github/workflows/publish-gradle-plugin.yml @@ -44,7 +44,7 @@ jobs: - name: Create GitHub Release if: steps.version.outputs.VERSION != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "python-embed-gradle-plugin v${{ steps.version.outputs.VERSION }}" generate_release_notes: true diff --git a/.github/workflows/publish-maven-plugin.yml b/.github/workflows/publish-maven-plugin.yml index 92b124b..abdf225 100644 --- a/.github/workflows/publish-maven-plugin.yml +++ b/.github/workflows/publish-maven-plugin.yml @@ -47,7 +47,7 @@ jobs: - name: Create GitHub Release if: steps.version.outputs.VERSION != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "python-embed-maven-plugin v${{ steps.version.outputs.VERSION }}" generate_release_notes: true diff --git a/.github/workflows/publish-runtime.yml b/.github/workflows/publish-runtime.yml index e9f3f65..493ac9b 100644 --- a/.github/workflows/publish-runtime.yml +++ b/.github/workflows/publish-runtime.yml @@ -47,7 +47,7 @@ jobs: - name: Create GitHub Release if: steps.version.outputs.VERSION != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "python-embed-runtime v${{ steps.version.outputs.VERSION }}" generate_release_notes: true diff --git a/.github/workflows/publish-starter.yml b/.github/workflows/publish-starter.yml index d63aff4..21d48ef 100644 --- a/.github/workflows/publish-starter.yml +++ b/.github/workflows/publish-starter.yml @@ -47,7 +47,7 @@ jobs: - name: Create GitHub Release if: steps.version.outputs.VERSION != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: "python-embed-spring-boot-starter v${{ steps.version.outputs.VERSION }}" generate_release_notes: true