Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 66d4909

Browse files
build(deps): bump ncipollo/release-action from 1.14.0 to 1.16.0 (#194)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.16.0) --- 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>
1 parent 5e99a0f commit 66d4909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
if: >-
6161
github.repository == 'LizardByte/create-release-action' ||
6262
(github.event_name == 'push' && github.ref == 'refs/heads/master')
63-
uses: ncipollo/release-action@v1.14.0
63+
uses: ncipollo/release-action@v1.16.0
6464
with:
6565
allowUpdates: ${{ inputs.allowUpdates }}
6666
artifactErrorsFailBuild: ${{ inputs.artifactErrorsFailBuild }}

0 commit comments

Comments
 (0)