Skip to content

Commit 77b0da4

Browse files
committed
chore: bump precommit in the CI
1 parent c45f148 commit 77b0da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python 3.9
17+
- name: Set up Python 3.11
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: "3.9"
21-
- uses: pre-commit/action@v2.0.0
20+
python-version: "3.11"
21+
- uses: pre-commit/action@v3.0.0
2222
with:
2323
extra_args: --all-files
2424

0 commit comments

Comments
 (0)