Skip to content

Commit 1d04741

Browse files
authored
Update pre-commit action.
1 parent fe253b6 commit 1d04741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythontests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
- uses: actions/setup-python@v3
5151
with:
5252
python-version: '3.x'
53-
- uses: pre-commit/action@v2.0.2
53+
- uses: pre-commit/action@v3.0.1
5454
with:
5555
extra_args: --all-files --hook-stage manual

0 commit comments

Comments
 (0)