Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 3.0.1 to 4.0.0
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]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 73e0ddf commit 85f53cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- name: "⚙️ Install Poetry"
uses: "abatilo/actions-poetry@v3.0.1"
uses: "abatilo/actions-poetry@v4.0.0"
with:
poetry-version: 1.5.1
- name: "⚙️ Install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.9
- name: "⚙️ Install Poetry"
uses: "abatilo/actions-poetry@v3.0.1"
uses: "abatilo/actions-poetry@v4.0.0"
with:
poetry-version: 1.5.1
- name: "⚙️ Install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- name: "⚙️ Install Poetry"
uses: "abatilo/actions-poetry@v3.0.1"
uses: "abatilo/actions-poetry@v4.0.0"
with:
poetry-version: 1.5.1
- name: "⚙️ Install dependencies"
Expand Down

0 comments on commit 85f53cd

Please sign in to comment.