From 185d168e8eba86df49e7fcd3c3ffb98a07578710 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:24:38 +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 e7a6175..cbf4db5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: echo "RELEASE_TYPE=${RELEASE_TYPE}" >> $GITHUB_ENV - name: Create Release 🎉 - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.15.0 if: github.ref_type == 'tag' with: bodyFile: "changelog.txt"