From 95c2ab392b32a09c8efc5f51389bdbc9bca44c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:43:54 +0000 Subject: [PATCH] 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](https://github.com/ncipollo/release-action/compare/bcfe5470707e8832e12347755757cec0eb3c22af...98d25d4189e9b6cee19b8635b1ea5cc39c158a41) --- 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] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5fb8624..9a2b6cf7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -200,7 +200,7 @@ jobs: path: dist - name: Create GitHub Release if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - uses: ncipollo/release-action@1c89adf39833729d8f85a31ccbc451b078733c80 # v1.19.1 + uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0 with: name: pytest-asyncio ${{ needs.build.outputs.version }} artifacts: dist/*