From 9da3417fc02643dadf5efb37358cbb3636d292c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 13:00:52 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d36a2c..c015cf9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: with: python-version: 3.9 - name: Run image - uses: abatilo/actions-poetry@v3.0.2 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.4.2 - name: Build with poetry diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0797e1f..6450e68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: with: python-version: 3.9 - name: Run image - uses: abatilo/actions-poetry@v3.0.2 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.4.2 - name: Install libraries