From 163c981410d32707b15939aaf2d0439a1b75ca6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:53:50 +0000 Subject: [PATCH] chore(deps): update orange-cloudfoundry/create-bosh-release-action action to v1.0.2 --- .github/workflows/auto-release-on-master.yml | 2 +- .github/workflows/on-PRs-commits.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release-on-master.yml b/.github/workflows/auto-release-on-master.yml index 92cd042a..5246f235 100644 --- a/.github/workflows/auto-release-on-master.yml +++ b/.github/workflows/auto-release-on-master.yml @@ -25,7 +25,7 @@ jobs: - name: create bosh release id: create-bosh-release - uses: orange-cloudfoundry/create-bosh-release-action@v1.0.1 + uses: orange-cloudfoundry/create-bosh-release-action@114f237653682479efe231f6d89e57096f8afe63 # v1.0.2 with: target_branch: ${{github.ref_name}} tag_name: ${{ steps.bump-version.outputs.next}} diff --git a/.github/workflows/on-PRs-commits.yml b/.github/workflows/on-PRs-commits.yml index 94674db9..6285399f 100644 --- a/.github/workflows/on-PRs-commits.yml +++ b/.github/workflows/on-PRs-commits.yml @@ -46,7 +46,7 @@ jobs: # and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif - name: create bosh dev release id: create-bosh-release - uses: orange-cloudfoundry/create-bosh-release-action@v1.0.1 # will create dev release when pushed git ref is not a tag + uses: orange-cloudfoundry/create-bosh-release-action@114f237653682479efe231f6d89e57096f8afe63 # v1.0.2 # will create dev release when pushed git ref is not a tag with: target_branch: ${{github.ref_name}} env: