From 819e982af4cb97e0bd92d8ca9df8bcc743d5450e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 07:55:58 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v4 --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e5c3449..4bc9667 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -26,7 +26,7 @@ jobs: # see details (matrix, python-version, python-version-file, etc.) # https://github.com/actions/setup-python - name: Install poetry - uses: abatilo/actions-poetry@v2 + uses: abatilo/actions-poetry@v4 - name: Setup a local virtual environment (if no poetry.toml file) run: | poetry config virtualenvs.create true --local