From e0c76a09cca94f7ab35583a6d652abb84e8e8f80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:07:43 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 41ac25f..539907d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,4 +39,4 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Release - uses: softprops/action-gh-release@v2 \ No newline at end of file + uses: softprops/action-gh-release@v3 \ No newline at end of file