From 8c73ffe063c124d5bf0ad3473ee379562e72a379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 05:35:34 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.15.0 | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | ncipollo/release-action | v1.14.0 | 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 2efe6c50..bf0757fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: output: "CHANGELOG.md" - name: Create Release - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: bodyFile: "CHANGELOG.md" name: ${{ env.VERSION }}