diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14e2361d..ccfbec02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -192,7 +192,7 @@ jobs: path: dist - name: Create GitHub Release if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0 + uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 with: name: pytest-asyncio ${{ needs.lint.outputs.version }} artifacts: dist/*