Skip to content

Commit

Permalink
Update abatilo/actions-poetry action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent a53da59 commit b08c808
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: 3.11
- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.6.1
- name: Install dynamic versioning
Expand All @@ -62,7 +62,7 @@ jobs:
with:
python-version: 3.11
- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.6.1
- name: Install dynamic versioning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: "3.10"
- name: Install and configure Poetry
uses: abatilo/actions-poetry@v2.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.6.1
- uses: fredrikaverpil/poetry-update@v1.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.4.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.6.1

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

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

Expand Down

0 comments on commit b08c808

Please sign in to comment.