From c466693ba71d26b7c02e2d96d9dcfaaf5d14420a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 00:54:11 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.18.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a28c89e..bc9355c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV - name: Create Release 🎉 - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.18.0 if: github.ref_type == 'tag' with: artifacts: ${{ env.ARTIFACT_PATH }}