Skip to content

Commit 2e50f54

Browse files
chore(deps): Bump ncipollo/release-action from 1.16.0 to 1.18.0 (#191)
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.18.0 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 ea60dc6 commit 2e50f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226

227227
# https://github.com/marketplace/actions/create-release
228228
- name: Create Release
229-
uses: ncipollo/release-action@v1.16.0
229+
uses: ncipollo/release-action@v1.18.0
230230
if: github.event_name == 'push'
231231
with:
232232
name: ${{ steps.release-name.outputs.RELEASE_NAME }}

0 commit comments

Comments
 (0)