From 4b0aa4a93b699d9ed84553773b1a4cfc3676d7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 07:38:18 +0200 Subject: [PATCH] chore(deps): bump softprops/action-gh-release from 2 to 3 (#110) --- .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 db16e20..4fe8406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: - name: Create GitHub Release if: steps.version_check.outputs.warning == '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: name: ${{ steps.release_notes.outputs.title }} body: ${{ steps.release_notes.outputs.notes }}