From c0589760fa2d61ad7f27ebc9880cdd7754dd10c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:15:08 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3.0.3 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ef47755..bb8cb9e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -105,7 +105,7 @@ jobs: steps: - name: create release - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: name: v${{ github.event.inputs.version }} generate_release_notes: true