From 57df36e50b12e679778b9c06e24172d6baa4eb2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 05:59:52 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v2.4.0 --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/pylama.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 2dcd31f..0e4cb22 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@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/pylama.yml b/.github/workflows/pylama.yml index a71235a..24be3b4 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@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fed4e5c..f159cb9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.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@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies