Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 3.0.1 to 4.0.0 (#159)
Browse files Browse the repository at this point in the history
Bumps [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) from 3.0.1 to 4.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@v3.0.1...v4.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 3, 2025
1 parent e3b741c commit 089e3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/endtoend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v3.0.1
uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: "2.0.1"
- name: Install fa-scraper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12.3"
- uses: abatilo/actions-poetry@v3.0.1
- uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: "2.0.1"
- name: Poetry check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.13.1"
- uses: abatilo/actions-poetry@v3.0.1
- uses: abatilo/actions-poetry@v4.0.0
with:
poetry-version: "2.0.1"
- name: build
Expand Down

0 comments on commit 089e3fe

Please sign in to comment.