Skip to content

Commit 95a0ba3

Browse files
committed
pre-commit now correctly complains about outdated codecov-action
1 parent 8d4cd97 commit 95a0ba3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload coverage to Codecov
5050
# if false in order to skip for now
5151
if: false
52-
uses: codecov/codecov-action@v3
52+
uses: codecov/codecov-action@v5
5353
with:
5454
files: ./coverage.xml
5555
fail_ci_if_error: true

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ repos:
2929
- id: check-github-workflows
3030
args: ["--verbose"]
3131

32-
#- repo: https://github.com/rhysd/actionlint
33-
# rev: v1.7.8
34-
# hooks:
35-
# - id: actionlint
36-
# args: [ -ignore, SC ]
32+
- repo: https://github.com/rhysd/actionlint
33+
rev: v1.7.8
34+
hooks:
35+
- id: actionlint
36+
args: [ -ignore, SC ]
3737

38-
#- repo: https://github.com/abravalheri/validate-pyproject
39-
# rev: v0.24.1
40-
# hooks:
41-
# - id: validate-pyproject
38+
- repo: https://github.com/abravalheri/validate-pyproject
39+
rev: v0.24.1
40+
hooks:
41+
- id: validate-pyproject

0 commit comments

Comments
 (0)