From 7991d901d659eb7ba7c3f85acd9bb257dcba49a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:56:57 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.6.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a4b340..a21a911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Build run: mvn -B package - name: Create release - uses: softprops/action-gh-release@v2.3.3 + uses: softprops/action-gh-release@v2.6.2 with: draft: true files: target/*.jar