From e202130e4a13aa49bb84328d679707df9daf76b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 16:05:22 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.20.0 --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 944b95e..6586149 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -205,7 +205,7 @@ jobs: # https://github.com/marketplace/actions/create-release - name: Create Release - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.20.0 if: github.event_name == 'push' with: name: ${{ steps.release-name.outputs.RELEASE_NAME }}