From a02d473da7b441b681a4702d3740b8c1fc073d04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 01:13:39 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.21.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 1b155ce..97bcf16 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -208,7 +208,7 @@ jobs: # https://github.com/marketplace/actions/create-release - name: Create Release - uses: ncipollo/release-action@v1.20.0 + uses: ncipollo/release-action@v1.21.0 if: github.event_name == 'push' with: name: ${{ steps.release-name.outputs.RELEASE_NAME }}