Skip to content

Commit 8cedca8

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

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
@@ -200,7 +200,7 @@ jobs:
200200
path: dist
201201
- name: Create GitHub Release
202202
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
203-
uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1
203+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
204204
with:
205205
name: pytest-asyncio ${{ needs.build.outputs.version }}
206206
artifacts: dist/*

0 commit comments

Comments
 (0)