From c2afb68c86596ac1c0fd275b3bf94bfce2ec2f5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:01:40 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .github/workflows/pypi-publish.yml | 2 +- .github/workflows/python-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 423a23d..786cb1a 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -23,7 +23,7 @@ jobs: python-version: ${{ env.python_version }} - name: Set up poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Cache uses: actions/cache@v4 diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index dece7bd..7ab3951 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -26,7 +26,7 @@ jobs: python-version: "${{ matrix.python }}" - name: Set up poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Cache uses: actions/cache@v4