From 0b0ade92f70d9698587ea776896b80ea593d1984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:51:06 -0700 Subject: [PATCH] build(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#75) Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 2.4.0 to 3.0.0. - [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/v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/codecov.yml | 2 +- .github/workflows/docs.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index feeedbe..000f1bd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -28,7 +28,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a27ef00..0709b11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: python-version: "${{ matrix.python-version }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras ${{ matrix.extras }} @@ -42,7 +42,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras all diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index b995b71..ec17faa 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras all diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c0d5c4b..4f4f2b7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: with: python-version: "${{ steps.versions.outputs.python }}" architecture: x64 - - uses: abatilo/actions-poetry@v2.4.0 + - uses: abatilo/actions-poetry@v3.0.0 with: poetry-version: "${{ steps.versions.outputs.poetry }}" - run: poetry install --extras all