From fa27774590018bd6807b0a06f41b256f06f660d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 04:29:22 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.15.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 03159c8..6dfeb02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: echo "ARCHIVE_FILE=${ARCHIVE_FILE}" >>$GITHUB_OUTPUT - name: Create GitHub release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 if: startsWith(${{ steps.tag_version.outputs.new_tag }}, 'v') with: name: ${{ steps.tag_version.outputs.new_tag }}