Skip to content

Commit

Permalink
Update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
lidijac committed Jul 24, 2023
1 parent e0ffb86 commit f23ff3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install pip dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
with:
python-version: 3.9
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.1.7
- name: Install pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: 3.9
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.1.7
- name: Install pip dependencies
Expand Down

0 comments on commit f23ff3e

Please sign in to comment.