From 7bc523dd0c412ca9b732b0e643b27258fabba482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:13:55 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.5.0 --- .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..98689f6 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.5.0 with: draft: true files: target/*.jar