Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl0ven committed Jun 18, 2023
1 parent cfa19f6 commit ae47403
Show file tree
Hide file tree
Showing 4 changed files with 730 additions and 603 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: Gr1N/setup-poetry@v7
- uses: abatilo/[email protected]
- name: Install dependencies
run: poetry install
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/semver_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
python-version: 3.9
- name: install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v2.3.0

- name: Build
run: |
Expand Down
Loading

0 comments on commit ae47403

Please sign in to comment.