From b757f4d121da31a21534f76780d20db6ce98c0eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 22:23:20 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3.0.1 --- .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 b650dc5a..92e26328 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.8.3 - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8716c157..765bf5fc 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.0 + uses: abatilo/actions-poetry@v3.0.1 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.0 + uses: abatilo/actions-poetry@v3.0.1 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.8.3 - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 81a39681..ffb52a90 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: '1.8.3' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9897434f..2185ef2a 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.0 + uses: abatilo/actions-poetry@v3.0.1 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.0 + uses: abatilo/actions-poetry@v3.0.1 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.0 + uses: abatilo/actions-poetry@v3.0.1 with: poetry-version: 1.8.3 - name: Install dependencies