From 767082e89769b54ddb7c9565a578ee9bc592e689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:42:56 +0000 Subject: [PATCH] Update abatilo/actions-poetry action to v3.0.2 --- .github/workflows/deploy-docs.yaml | 2 +- .github/workflows/release-to-pypi.yaml | 2 +- .github/workflows/run-tests.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 826053e..1e92082 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get update sudo apt-get install -y pandoc - name: Run poetry image - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v3.0.2 with: poetry-version: ${{ vars.POETRY_VERSION }} - name: Install dependencies diff --git a/.github/workflows/release-to-pypi.yaml b/.github/workflows/release-to-pypi.yaml index 8c2fae7..0731612 100644 --- a/.github/workflows/release-to-pypi.yaml +++ b/.github/workflows/release-to-pypi.yaml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run poetry image - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v3.0.2 with: poetry-version: ${{ vars.POETRY_VERSION }} - name: Publish to PyPI and build before diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 33d2469..888b863 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -31,7 +31,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run poetry image - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v3.0.2 with: poetry-version: ${{ vars.POETRY_VERSION }} - name: Install dependencies @@ -58,7 +58,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Run poetry image - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v3.0.2 with: poetry-version: ${{ vars.POETRY_VERSION }} - name: Install dependencies @@ -88,7 +88,7 @@ jobs: with: python-version: ${{ vars.PYTHON_VERSION}} - name: Run poetry image - uses: abatilo/actions-poetry@v3.0.1 + uses: abatilo/actions-poetry@v3.0.2 with: poetry-version: ${{ vars.POETRY_VERSION }} - name: Install dependencies