From 55004c0ad5b7de6d857e8da250721ecd7496b33f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:05:48 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3.0.1 --- .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 38040e4..98a6c9b 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.4.2 - name: Build with poetry diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78e91a3..0380db2 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.4.2 - name: Install libraries