Skip to content

Commit

Permalink
Merge pull request #5 from openradx/renovate/abatilo-actions-poetry-3.x
Browse files Browse the repository at this point in the history
Update abatilo/actions-poetry action to v3
  • Loading branch information
medihack authored Oct 8, 2024
2 parents 5626506 + 1a0ebb5 commit 3c8bfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Checkout repository
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
python-version: "3.12"
- name: Set up Poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.8.2"
- name: Add poetry dynamic versioning plugin
Expand Down

0 comments on commit 3c8bfda

Please sign in to comment.