Skip to content

Commit 2f33513

Browse files
committed
Update actions/pre-commit to v3.0.1
1 parent 3770969 commit 2f33513

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-numpy-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install -r requirements-numpy1.txt -r requirements-numpy1-dev.txt
2626
# - name: Run pre-commit
27-
# uses: pre-commit/action@v2.0.0
27+
# uses: pre-commit/action@v3.0.1
2828
- name: Test with pytest and coverage
2929
run: |
3030
pytest -v --cov=sgkit --cov-report=term-missing

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt -r requirements-dev.txt
2929
- name: Run pre-commit
30-
uses: pre-commit/action@v2.0.0
30+
uses: pre-commit/action@v3.0.1
3131
- name: Test with pytest and coverage
3232
run: |
3333
pytest -v --cov=sgkit --cov-report=term-missing

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install -r requirements.txt -r requirements-dev.txt -r requirements-doc.txt
3131
pip install -U dask distributed # need latest versions to successully build docs
3232
- name: Run pre-commit
33-
uses: pre-commit/action@v2.0.0
33+
uses: pre-commit/action@v3.0.1
3434
- name: Check for Sphinx doc warnings
3535
run: |
3636
cd docs

0 commit comments

Comments
 (0)