From 6f1d4b344363bd78b64a03451461548f1d7c3dfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:07:04 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.20.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..bbc38d4 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.20.0 with: draft: true name: ${{ env.DRAFT_RELEASE_NAME }}