From 1e7b06c15a8f1e05f6a94ca607ff25203f91a374 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:21:01 +0000 Subject: [PATCH] chore(deps): update ncipollo/release-action action to v1.14.0 --- .github/workflows/auto-release-on-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-release-on-master.yml b/.github/workflows/auto-release-on-master.yml index 4143014..e2f31f1 100644 --- a/.github/workflows/auto-release-on-master.yml +++ b/.github/workflows/auto-release-on-master.yml @@ -46,7 +46,7 @@ jobs: # see https://github.com/ncipollo/release-action - name: create github release id: create-github-release - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 with: tag: ${{ steps.create-bosh-release.outputs.tagged_version }} draft: false