Skip to content

Commit

Permalink
chore: update setup-poetry to v8 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch authored Jun 12, 2023
1 parent 8cf3698 commit 277b82b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
python-version: 3.8

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.4.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
python-version: 3.8

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.4.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.4.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: 3.8

- uses: Gr1N/setup-poetry@v7
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.4.2

Expand Down

0 comments on commit 277b82b

Please sign in to comment.