Skip to content

Commit aecceb5

Browse files
authored
Merge pull request #48 from orange-cloudfoundry/renovate/ncipollo-release-action-1.x
chore(deps): update ncipollo/release-action action to v1.20.0
2 parents 499088b + 378e086 commit aecceb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-final-bosh-release-on-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: create github release
115115
id: create-github-release
116116
if: ${{ steps.create-bosh-release.outputs.need_gh_release == 'true' }}
117-
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
117+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
118118
with:
119119
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
120120
draft: false

0 commit comments

Comments
 (0)