Skip to content

Commit

Permalink
chore(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0 (#545)
Browse files Browse the repository at this point in the history
* chore(deps): bump abatilo/actions-poetry from 2.4.0 to 3.0.0

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]>

* update poetry

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dominik Moritz <[email protected]>
  • Loading branch information
dependabot[bot] and domoritz authored Sep 25, 2024
1 parent cf6b54f commit bd4f479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: Setup poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.3.2
poetry-version: 1.8.3

- name: Configure poetry
run: poetry config virtualenvs.in-project true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: Setup poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.3.2
poetry-version: 1.8.3

- name: Configure poetry
run: poetry config virtualenvs.create false
Expand Down

0 comments on commit bd4f479

Please sign in to comment.