Skip to content

Commit

Permalink
Update poetry action from 2.1.4 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 23, 2024
1 parent 05eb869 commit fcd072d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/actions-poetry@v2.1.4
- uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.2.2

Expand Down

0 comments on commit fcd072d

Please sign in to comment.