Skip to content

Commit

Permalink
Merge pull request #2 from h1alexbel/renovate/abatilo-actions-poetry-3.x
Browse files Browse the repository at this point in the history
chore(deps): update abatilo/actions-poetry action to v3
  • Loading branch information
h1alexbel committed Jul 8, 2024
2 parents a3f12a6 + 71f9518 commit 9fe2e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Poetry build
Expand All @@ -63,7 +63,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Check with Pylint and Flake8
Expand Down

0 comments on commit 9fe2e72

Please sign in to comment.