From d942eb8909c68380b90e70fa1d522e2390e0711e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:57:10 +0000 Subject: [PATCH] Update ncipollo/release-action action to v1.14.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 757695a..1e2eec7 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.13.0 + uses: ncipollo/release-action@v1.14.0 if: github.ref_type == 'tag' with: bodyFile: "changelog.txt"