Skip to content

Commit 78fdc9b

Browse files
chore(deps): update orange-cloudfoundry/create-bosh-release-action action to v1.2.2
1 parent afe48e0 commit 78fdc9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

3535
- name: create bosh release
3636
id: create-bosh-release
37-
uses: orange-cloudfoundry/create-bosh-release-action@a3785b84b975b8460b08a8ace9d1cda4d024948f # v1.2.1
37+
uses: orange-cloudfoundry/create-bosh-release-action@019253a01b95116280610ab24bfbd73cee695d79 # v1.2.2
3838
with:
3939
target_branch: ${{github.ref_name}}
4040
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
@@ -46,7 +46,7 @@ jobs:
4646
# and if clause https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsif
4747
- name: create bosh dev release
4848
id: create-bosh-release
49-
uses: orange-cloudfoundry/create-bosh-release-action@a3785b84b975b8460b08a8ace9d1cda4d024948f # v1.2.1 # will create dev release when pushed git ref is not a tag
49+
uses: orange-cloudfoundry/create-bosh-release-action@019253a01b95116280610ab24bfbd73cee695d79 # v1.2.2 # will create dev release when pushed git ref is not a tag
5050
with:
5151
target_branch: ${{github.ref_name}}
5252
env:

0 commit comments

Comments
 (0)