Skip to content

Commit d48bffd

Browse files
Merge pull request #58 from orange-cloudfoundry/renovate/master-orange-cloudfoundry-create-bosh-release-action-1.x
chore(deps): update orange-cloudfoundry/create-bosh-release-action action to v1.2.3 (master)
2 parents 085e62b + 661cc1d commit d48bffd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-release-on-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: create bosh release
9696
id: create-bosh-release
97-
uses: orange-cloudfoundry/create-bosh-release-action@019253a01b95116280610ab24bfbd73cee695d79 # v1.2.2
97+
uses: orange-cloudfoundry/create-bosh-release-action@07aba58bcb0a08d45233c095b773e3777dd9bf4f # v1.2.3
9898
with:
9999
target_branch: ${{github.ref_name}}
100100
tag_name: ${{ steps.bump-version.outputs.next}}

.github/workflows/on-PRs-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif
9191
- name: create bosh dev release
9292
id: create-bosh-release
93-
uses: orange-cloudfoundry/create-bosh-release-action@019253a01b95116280610ab24bfbd73cee695d79 # v1.2.2 # will create dev release when pushed git ref is not a tag
93+
uses: orange-cloudfoundry/create-bosh-release-action@07aba58bcb0a08d45233c095b773e3777dd9bf4f # v1.2.3 # will create dev release when pushed git ref is not a tag
9494
with:
9595
target_branch: ${{github.ref_name}}
9696
env:

0 commit comments

Comments
 (0)