Skip to content

Commit 6979561

Browse files
Use version 3 of pre-commit action
1 parent 1b67f0b commit 6979561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v3
5656
- uses: actions/setup-python@v4
57-
- uses: pre-commit/action@v2.0.0
57+
- uses: pre-commit/action@v3.0.0
5858

5959
test:
6060
name: "Test py${{ matrix.python-version }}: ${{ matrix.part }}"

0 commit comments

Comments
 (0)