Skip to content

Commit

Permalink
update pre-commit and poetry actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed May 13, 2024
1 parent 3541c8a commit d12c7fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: "3.8"

- name: Run pre-commit
uses: pre-commit/action@v3.0.0
uses: pre-commit/action@v3
with:
extra_args: --all-files

Expand All @@ -42,7 +42,7 @@ jobs:
python-version: "3.8"

- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.8.3

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
python-version: "3.8"

- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.8.3

Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
python-version: "3.8"

- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: 1.8.3

Expand Down

0 comments on commit d12c7fc

Please sign in to comment.