Skip to content

Commit

Permalink
github.workflows.test - use abatilo/actions-poetry@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Jan 17, 2025
1 parent ca8eefd commit a57c960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: abatilo/actions-poetry@v2
- uses: abatilo/actions-poetry@v4
with:
poetry-version: ${{ env.POETRY_VERSION }}
- run: poetry install
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- uses: abatilo/actions-poetry@v2
- uses: abatilo/actions-poetry@v4
with:
poetry-version: ${{ env.POETRY_VERSION }}
- uses: actions/setup-go@v4
Expand Down

0 comments on commit a57c960

Please sign in to comment.