Skip to content

Commit 583eec1

Browse files
committed
fix(gh):
1 parent f19664f commit 583eec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.12'
1818
- name: Install pre-commit
19-
run: pip install pre-commit
19+
run: pip install pre-commit==4.5.0
2020
- name: Run pre-commit
2121
run: pre-commit run --all-files

0 commit comments

Comments
 (0)