From c8a0b57b525cd7f927a87b375214f1af6fdada69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 11:24:22 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.15.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 fb41fb7..0497b54 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.14.0 + uses: ncipollo/release-action@v1.15.0 with: draft: true name: ${{ env.DRAFT_RELEASE_NAME }}