From a1dcdb91d12ef67fca845973df8bff3ddf03eb40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:34:57 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v4 --- .github/workflows/documentation.yml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 92e26328..672c70fd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.9" - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 765bf5fc..5c322e21 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.9" - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 - name: Install dependencies @@ -32,7 +32,7 @@ jobs: with: python-version: "3.9" - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 - name: Install dependencies @@ -49,7 +49,7 @@ jobs: with: python-version: "3.9" - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ffb52a90..f33ed46f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: python-version: '3.11' - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: '1.8.3' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2185ef2a..95a01e49 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }} - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' && matrix.python-version != '3.8' }} @@ -62,7 +62,7 @@ jobs: with: python-version: "3.11" - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 - name: Install dependencies @@ -85,7 +85,7 @@ jobs: with: python-version: "3.9" - name: Init python poetry action - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v4.0.0 with: poetry-version: 1.8.3 - name: Install dependencies