From 0fa641007309d9bf80a6a360de891137b0ca17aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 01:29:39 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.21.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0497b54..b0a1141 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -147,7 +147,7 @@ jobs: - name: Create draft release if: ${{ contains(github.ref_type, 'tag') }} - uses: ncipollo/release-action@v1.15.0 + uses: ncipollo/release-action@v1.21.0 with: draft: true name: ${{ env.DRAFT_RELEASE_NAME }}