Skip to content

Commit b65e260

Browse files
Bump ncipollo/release-action from 1.14.0 to 1.15.0 (#533)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@2c591bc...cdcc88a) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent 7526df9 commit b65e260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
with:
177177
github_token: ${{ github.token }}
178178
- name: Create a GitHub release
179-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
179+
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
180180
with:
181181
tag: ${{ steps.tag_version.outputs.new_tag }}
182182
name: Release ${{ steps.tag_version.outputs.new_tag }}

0 commit comments

Comments
 (0)