Skip to content

Commit

Permalink
chore(deps): update orange-cloudfoundry/create-bosh-release-action ac…
Browse files Browse the repository at this point in the history
…tion to v1.0.4
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent 9191b26 commit 504a281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release-on-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: create bosh release
id: create-bosh-release
uses: orange-cloudfoundry/create-bosh-release-action@916ad18a668fe168c7cd643a0f56e8e48623b3f6 # v1.0.3
uses: orange-cloudfoundry/create-bosh-release-action@a2a9c1f8c74ecaf1e317140ac2cda5861eb25b7f # v1.0.4
with:
target_branch: ${{github.ref_name}}
tag_name: ${{ steps.bump-version.outputs.nextStrict}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-PRs-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
- name: create bosh dev release
id: create-bosh-release
uses: orange-cloudfoundry/create-bosh-release-action@916ad18a668fe168c7cd643a0f56e8e48623b3f6 # v1.0.3 # will create dev release when pushed git ref is not a tag
uses: orange-cloudfoundry/create-bosh-release-action@a2a9c1f8c74ecaf1e317140ac2cda5861eb25b7f # v1.0.4 # will create dev release when pushed git ref is not a tag
with:
target_branch: ${{github.ref_name}}
env:
Expand Down

0 comments on commit 504a281

Please sign in to comment.