From 0a2670b0e4ec6ae8b349477314012c4a8f83e1f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:27:29 +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 17f4f47..98a7ba5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: echo "Built: $(du -sh ${{ steps.tag.outputs.zip_name }})" - name: Create GitHub Release - uses: softprops/action-gh-release@v3.0.0 + uses: softprops/action-gh-release@v3.0.2 with: name: "${{ github.ref_name }}" generate_release_notes: true