Skip to content

Commit

Permalink
Update abatilo/actions-poetry action to v3.0.1 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 9446b1d commit 44f6e63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y pandoc
- name: Run poetry image
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run poetry image
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Publish to PyPI and build before
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run poetry image
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run poetry image
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
python-version: ${{ vars.PYTHON_VERSION}}
- name: Run poetry image
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ vars.POETRY_VERSION }}
- name: Install dependencies
Expand Down

0 comments on commit 44f6e63

Please sign in to comment.