From 5695987df4c29f05481fbd2bbf88ce2689b37379 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 20:45:05 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.16.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 f0a0a902..1c368877 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@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 with: tag: ${{ steps.create-bosh-release.outputs.version }} draft: false