From 50102c6cd879a1c5dfac5bbffa5bccb91d34cb6d Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 1 Jan 2025 23:01:08 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .github/workflows/ci-python-poetry-with-docker.yml | 2 +- .github/workflows/ci-python-poetry.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-python-poetry-with-docker.yml b/.github/workflows/ci-python-poetry-with-docker.yml index d983071..dd66614 100644 --- a/.github/workflows/ci-python-poetry-with-docker.yml +++ b/.github/workflows/ci-python-poetry-with-docker.yml @@ -36,7 +36,7 @@ jobs: with: python-version: "${{ steps.python-version.outputs.value }}" - name: Setup Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Install dependencies run: poetry install - name: Lint diff --git a/.github/workflows/ci-python-poetry.yml b/.github/workflows/ci-python-poetry.yml index 82d122e..18cc5fd 100644 --- a/.github/workflows/ci-python-poetry.yml +++ b/.github/workflows/ci-python-poetry.yml @@ -30,7 +30,7 @@ jobs: with: python-version: "${{ steps.python-version.outputs.value }}" - name: Setup Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 - name: Install dependencies run: poetry install - name: Lint