Skip to content

Commit 38c82ef

Browse files
dependabot[bot]seifertm
authored andcommitted
Build(deps): Bump ncipollo/release-action from 1.20.0 to 1.21.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@b7eabc9...339a818) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05c908d commit 38c82ef

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
@@ -193,7 +193,7 @@ jobs:
193193
path: dist
194194
- name: Create GitHub Release
195195
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
196-
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
196+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21.0
197197
with:
198198
name: pytest-asyncio ${{ needs.build.outputs.version }}
199199
artifacts: dist/*

0 commit comments

Comments
 (0)