Skip to content

Commit

Permalink
chore(deps): bump abatilo/actions-poetry from 2 to 3 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 13, 2024
1 parent 176d0da commit 75e9dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up Poetry
uses: abatilo/actions-poetry@v3.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.3.2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.11'

- name: Install poetry
uses: abatilo/actions-poetry@v2
uses: abatilo/actions-poetry@v3

- name: Setup a local virtual environment (if no poetry.toml file)
run: |
Expand Down

0 comments on commit 75e9dba

Please sign in to comment.