From b2b8348c05be0c2c1cb446cd5e15f340796e0358 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 01:24:42 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v2.4.0 --- .github/workflows/deploy.yml | 4 ++-- .github/workflows/poetry.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aa32e0eb..6d88a9a8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: with: python-version: 3.11 - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 - name: Install dynamic versioning @@ -62,7 +62,7 @@ jobs: with: python-version: 3.11 - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 - name: Install dynamic versioning diff --git a/.github/workflows/poetry.yml b/.github/workflows/poetry.yml index 96a044a9..5f52c833 100644 --- a/.github/workflows/poetry.yml +++ b/.github/workflows/poetry.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "3.10" - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 - uses: fredrikaverpil/poetry-update@v1.2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3de6b2b0..55d41047 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,7 +20,7 @@ jobs: run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.6.1 @@ -66,7 +66,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install and configure Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: ${{ matrix.poetry-version }}