From 4f1a36ac64b310b47f8730f27867393697c7d8dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 07:11:38 +0000 Subject: [PATCH] chore(deps): bump abatilo/actions-poetry from 3 to 4 Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3 to 4. - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](https://github.com/abatilo/actions-poetry/compare/v3...v4) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/manual_pypi_publish.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf40884..98acbb8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.4 - name: Run Tests @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.4 @@ -121,7 +121,7 @@ jobs: run: make rename_project - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.4 diff --git a/.github/workflows/manual_pypi_publish.yml b/.github/workflows/manual_pypi_publish.yml index 31b5d632..5b5ecccf 100644 --- a/.github/workflows/manual_pypi_publish.yml +++ b/.github/workflows/manual_pypi_publish.yml @@ -18,7 +18,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Run Tests @@ -45,7 +45,7 @@ jobs: with: python-version: "3.11" - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 @@ -79,7 +79,7 @@ jobs: run: make rename_project - name: Set up Poetry - uses: abatilo/actions-poetry@v3 + uses: abatilo/actions-poetry@v4 with: poetry-version: 1.8.3 - name: Setup a local virtual environment (if no poetry.toml file)