Skip to content

Commit bb8d82f

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): Bump ncipollo/release-action from 1.18.0 to 1.19.1
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@bcfe547...1c89adf) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bea66e5 commit bb8d82f

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

0 commit comments

Comments
 (0)