From 07f85bd3e4a1cd74227e864a246cfcc7e69cd6fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:39:30 +0200 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.15.0 (#61) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 ed61984..be02d8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: run: echo "${{ steps.changelog.outputs.changelog }}" - name: Create Release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 if: steps.create_tag.outputs.successful with: token: ${{ secrets.GITHUB_TOKEN }}