From af4db06d7249a5e33da2f327c308eaccf585f624 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:14:12 +0000 Subject: [PATCH] chore(deps): update abatilo/actions-poetry action to v2.4.0 --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codecov.yml | 2 +- .github/workflows/preview-docs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a4838bb..213edb0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: with: python-version: 3.9 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2 - name: Configure Poetry diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b36b7d2..8dc0b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: with: python-version: 3.9 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2 - name: Configure Poetry diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index cadf7f7..5185b32 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -15,7 +15,7 @@ jobs: with: python-version: 3.9 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2 - name: Configure Poetry diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index b7f7d1b..8d5305e 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -18,7 +18,7 @@ jobs: with: python-version: 3.9 - name: Install Poetry - uses: abatilo/actions-poetry@v2.3.0 + uses: abatilo/actions-poetry@v2.4.0 with: poetry-version: 1.2.2 - name: Configure Poetry