From d4b3e171c78ed18c13e4550544917af8fcac0c88 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:18:12 +0000 Subject: [PATCH] chore(deps): update cucumber/action-publish-pypi action to v3 --- .github/workflows/release-pypi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi.yaml b/.github/workflows/release-pypi.yaml index 366e264f2..9b562cb6a 100644 --- a/.github/workflows/release-pypi.yaml +++ b/.github/workflows/release-pypi.yaml @@ -26,6 +26,6 @@ jobs: - name: Show Python version run: python --version - - uses: cucumber/action-publish-pypi@v2.0.0 + - uses: cucumber/action-publish-pypi@v3.0.0 with: working-directory: "python"