Skip to content

Commit

Permalink
build(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#75)
Browse files Browse the repository at this point in the history
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](abatilo/actions-poetry@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 16, 2024
1 parent d2d45ba commit 0b0ade9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b0ade9

Please sign in to comment.