Skip to content

Commit bd4551c

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): Bump ncipollo/release-action from 1.16.0 to 1.18.0
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@440c8c1...bcfe547) --- 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>
1 parent 8e20305 commit bd4551c

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
@@ -191,7 +191,7 @@ jobs:
191191
path: dist
192192
- name: Create GitHub Release
193193
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
194-
uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0
194+
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
195195
with:
196196
name: pytest-asyncio ${{ needs.lint.outputs.version }}
197197
artifacts: dist/*

0 commit comments

Comments
 (0)