From 2d942a306a50f7da5f1a0b8ac32c3f3a363b70a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 05:34:27 +0000 Subject: [PATCH] Update softprops/action-gh-release action to v3 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7ad8575..6945eeb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,7 +33,7 @@ jobs: git add README.md git commit -m 'update README.md' git push origin main - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: generate_release_notes: true tag_name: ${{ steps.nextversion.outputs.next }}