Skip to content

Commit

Permalink
Merge pull request #240 from supabase-community/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/main/abatilo/actions-poetry-2.3.0

chore(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0
  • Loading branch information
J0 committed Mar 6, 2023
2 parents ad3b366 + e28fd25 commit 3ec751b
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 @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.2.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.3.2
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: "3.10"
- name: Set up Poetry
uses: abatilo/actions-poetry@v2.2.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.1.13
- name: Install dependencies
Expand Down

0 comments on commit 3ec751b

Please sign in to comment.