From 866b8a768bea58c3d35c6b15e77b8429e083bf21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:08:32 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.21.0 --- .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 ec07fea..1292da0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,7 +63,7 @@ jobs: if: steps.semantic.outputs.new_release_published == 'true' env: NEXT_RELEASE_VERSION: ${{ steps.semantic.outputs.new_release_version }} - uses: ncipollo/release-action@v1.13.0 + uses: ncipollo/release-action@v1.21.0 with: prerelease: true name: ${{ env.RELEASE_NAME }}-v${{ env.NEXT_RELEASE_VERSION }}