Skip to content

Commit 2876a43

Browse files
committed
bump pre-commit action version
1 parent 648505d commit 2876a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements_dev.txt .
26-
- uses: pre-commit/[email protected].0
26+
- uses: pre-commit/[email protected].1
2727
- name: Tests
2828
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
2929
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)