From 487ca81b2aa9d9ca9c87c892876620a5047f7193 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:56:30 +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 5a4b340..a99a883 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.1 with: draft: true files: target/*.jar