From 1d32c645a3639740fa50cad4bdaa1b40ece385f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:06:05 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v3 --- .github/workflows/lint.yml | 6 +++--- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ee0c814..0f714f6f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies @@ -43,7 +43,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9a236e7..734764a2 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@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: '1.5.1' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59ff88ba..5bb399ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 if: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }} @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Init python poetry action - uses: abatilo/actions-poetry@v2.4.0 + uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: 1.5.1 - name: Install dependencies