Skip to content

Commit

Permalink
chore: bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#141)
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] authored Feb 6, 2024
1 parent 0f3c9fd commit bc9ef41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- uses: abatilo/actions-poetry@v2.4.0
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.0
- run: poetry self add "poetry-dynamic-versioning[plugin]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.8
- uses: abatilo/actions-poetry@v2.4.0
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.0
- run: poetry self add "poetry-dynamic-versioning[plugin]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.4.0
- uses: abatilo/actions-poetry@v3.0.0
- run: poetry install
- run: poetry run pytest

0 comments on commit bc9ef41

Please sign in to comment.