Skip to content

Commit 1e9ddc5

Browse files
Update ncipollo/release-action action to v1.18.0
1 parent 1a0c0ce commit 1e9ddc5

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@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
117+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
118118
with:
119119
tag: ${{ steps.create-bosh-release.outputs.tagged_version }}
120120
draft: false

0 commit comments

Comments
 (0)