Skip to content

Commit

Permalink
chore(deps): bump abatilo/actions-poetry from 2.3.0 to 3.0.0 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansueli committed Feb 28, 2024
2 parents 1c8cd12 + f52f7e2 commit 63e028d
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
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.3.2
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_pypi_publish.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: "3.10"
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.3.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: 1.1.13
- name: Install dependencies
Expand Down

0 comments on commit 63e028d

Please sign in to comment.