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