Skip to content

Commit 62ecac4

Browse files
chore(deps): update orange-cloudfoundry/create-bosh-release-action action to v1.0.5 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13a717a commit 62ecac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: create bosh release
106106
id: create-bosh-release
107-
uses: orange-cloudfoundry/create-bosh-release-action@a2a9c1f8c74ecaf1e317140ac2cda5861eb25b7f # v1.0.4
107+
uses: orange-cloudfoundry/create-bosh-release-action@e6a71e3c8251a6a2a289acb474d64909d73cf87a # v1.0.5
108108
with:
109109
target_branch: ${{github.ref_name}}
110110
tag_name: ${{ steps.bump-version.outputs.nextStrict}}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fi
7575
- name: create bosh dev release
7676
id: create-bosh-release
77-
uses: orange-cloudfoundry/create-bosh-release-action@a2a9c1f8c74ecaf1e317140ac2cda5861eb25b7f # v1.0.4 # will create dev release when pushed git ref is not a tag
77+
uses: orange-cloudfoundry/create-bosh-release-action@e6a71e3c8251a6a2a289acb474d64909d73cf87a # v1.0.5 # will create dev release when pushed git ref is not a tag
7878
with:
7979
target_branch: ${{github.ref_name}}
8080
env:

0 commit comments

Comments
 (0)