From ee704604174f9596706ce246c36a400e3786ee61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:44:56 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v2.6.1 --- .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 234c847..c5b74e8 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.4.2 + uses: softprops/action-gh-release@v2.6.1 with: draft: true files: target/*.jar