From ab3bca874d7e0c1eee95969da2f33dd0a449a3e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 15:59:18 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/pylama.yml | 2 +- .github/workflows/semver_build_publish.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 006928c..cc8f6ab 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/pylama.yml b/.github/workflows/pylama.yml index da7839a..9a1cc56 100644 --- a/.github/workflows/pylama.yml +++ b/.github/workflows/pylama.yml @@ -17,7 +17,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/semver_build_publish.yml b/.github/workflows/semver_build_publish.yml index 7250347..46501a5 100644 --- a/.github/workflows/semver_build_publish.yml +++ b/.github/workflows/semver_build_publish.yml @@ -56,7 +56,7 @@ jobs: with: python-version: 3.9 - name: install poetry - uses: abatilo/actions-poetry@v2.2.0 + uses: abatilo/actions-poetry@v4.0.0 - name: Build run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d573c4b..f232ba3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.0.0 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies