From 4759c8c627d147c64ed15b4c840b8d5b08598ae6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:07:39 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v3 --- .github/workflows/create-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 903c65c..69cf2c8 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -110,7 +110,7 @@ jobs: echo "EOF" } >> $GITHUB_OUTPUT - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.check-version.outputs.release-tag }} target_commitish: ${{ github.head_ref || github.ref }}