Skip to content

Commit

Permalink
Bump abatilo/actions-poetry from 2.4.0 to 3.0.1
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.1.
- [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.1)

---
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 Oct 28, 2024
1 parent c90cea4 commit 2a29c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: pip install -U pip setuptools wheel

- name: Setup Poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-preview: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pip install -U pip setuptools wheel

- name: Setup Poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.1
with:
poetry-preview: true

Expand Down

0 comments on commit 2a29c04

Please sign in to comment.