Skip to content

Commit

Permalink
chore: bump precommit in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jun 28, 2023
1 parent c45f148 commit 77b0da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.9"
- uses: pre-commit/action@v2.0.0
python-version: "3.11"
- uses: pre-commit/action@v3.0.0
with:
extra_args: --all-files

Expand Down

0 comments on commit 77b0da4

Please # to comment.