Skip to content

Commit

Permalink
chore: update abatilo/actions-poetry action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 48e7253 commit 42ccd90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: abatilo/actions-poetry@v2.1.6
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: abatilo/actions-poetry@v2.1.6
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: abatilo/actions-poetry@v2.1.6
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: abatilo/actions-poetry@v2.1.6
- uses: abatilo/actions-poetry@v3.0.1
with:
poetry-version: 1.1.13
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 42ccd90

Please sign in to comment.