From f7ea22e157e3ddc3e2727bbcafe0b27a196efb1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:08:35 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3.0.2 --- .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 02aca39b..1409a7a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -336,7 +336,7 @@ jobs: ref: ${{ needs.prepare.outputs.commit_hash || github.ref_name }} - name: Create release - uses: softprops/action-gh-release@v3.0.1 + uses: softprops/action-gh-release@v3.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: