Skip to content

Commit

Permalink
Update abatilo/actions-poetry action to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davidkleiven committed Jun 28, 2022
1 parent 7dc3396 commit 80b6db6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2.1.5
with:
poetry-version: 1.1.13

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))")

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2.1.5
with:
poetry-version: 1.1.13

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2.1.5
with:
poetry-version: ${{ matrix.poetry-version }}

Expand Down

0 comments on commit 80b6db6

Please sign in to comment.