Skip to content

Commit 99b5ca3

Browse files
Merge pull request #52 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.2 (master)
2 parents cc60bc9 + 4e70a8a commit 99b5ca3

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@a3785b84b975b8460b08a8ace9d1cda4d024948f # v1.2.1
97+
uses: orange-cloudfoundry/create-bosh-release-action@019253a01b95116280610ab24bfbd73cee695d79 # v1.2.2
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@a3785b84b975b8460b08a8ace9d1cda4d024948f # v1.2.1 # will create dev release when pushed git ref is not a tag
93+
uses: orange-cloudfoundry/create-bosh-release-action@019253a01b95116280610ab24bfbd73cee695d79 # v1.2.2 # 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)