Skip to content

Commit

Permalink
bump pre-commit action version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 3, 2024
1 parent 648505d commit 2876a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_dev.txt .
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1
- name: Tests
run: pytest --cov=onvif --cov-report=term-missing --cov-report=xml tests
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 2876a43

Please sign in to comment.