Skip to content

Commit

Permalink
Update poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Dec 7, 2023
1 parent cbd48cc commit 334af39
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 @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.2.0

- name: Setup environment
run: poetry install
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
python-version: 3.8

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.2.0

- name: Setup environment
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: 3.8

- name: Install Poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.2.0

- name: Setup environment
run: poetry install
Expand Down

0 comments on commit 334af39

Please sign in to comment.