From a898984d7675e68e94f119c0ecb6731cc49f0a6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 04:48:07 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.15.0 --- .github/workflows/create-final-bosh-release-on-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-final-bosh-release-on-commits.yml b/.github/workflows/create-final-bosh-release-on-commits.yml index 4c9192fa..a56a2c96 100644 --- a/.github/workflows/create-final-bosh-release-on-commits.yml +++ b/.github/workflows/create-final-bosh-release-on-commits.yml @@ -117,7 +117,7 @@ jobs: - name: create github release id: create-github-release if: ${{ steps.create-bosh-release.outputs.need_gh_release == 'true' }} - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: tag: ${{ steps.create-bosh-release.outputs.version }} draft: false