From 471b3ff4b5dac0f9f0bbdcb617e69910626a4bc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:23:56 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3 --- .github/workflows/documentation.yaml | 2 +- .github/workflows/pre-commit.yml | 2 +- .github/workflows/pylama.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 8c96399..b3dc57c 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -12,7 +12,7 @@ jobs: with: python-version: "3.10" - name: Run image - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.3 - name: Install dependencies diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 617852e..a436494 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.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/pylama.yml b/.github/workflows/pylama.yml index ae44c70..6c0af2c 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.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee86863..2d8d9fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run image - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: ${{ matrix.poetry-version }} - name: Install dependencies