From c870afc215e85ed67ee6ac5981f175ddaaf4a39a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:06:15 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index c6334cb..11702d5 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -144,7 +144,7 @@ jobs: fetch-depth: 0 - name: Create GitHub Release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: v${{ needs.bump-version.outputs.new_version }} name: Release v${{ needs.bump-version.outputs.new_version }}