From 4b1a55f6f965be0a48c98ff2fd5376991daddc8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 04:59:43 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d8df656..07c983d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: echo "TAG_NAME=v$(git rev-list --count HEAD)" >> $env:GITHUB_OUTPUT - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: github.event_name == 'push' && github.ref == 'refs/heads/master' with: prerelease: true