From 5d431779643a699da16840ba8f3c4288e95fcdb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:47:13 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc2ed7c..79c1d12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Create GitHub Release if: github.ref_type == 'tag' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body: | **[Maven package](https://central.sonatype.com/artifact/net.typedrest/typedrest/${{steps.gitversion.outputs.semVer}})**