We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c33edd + b2bab38 commit 11ce3e8Copy full SHA for 11ce3e8
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v3
19
- name: Run pre-commit
20
- uses: pre-commit/action@v2.0.3
+ uses: pre-commit/action@v3.0.0
21
22
build:
23
strategy:
@@ -41,5 +41,5 @@ jobs:
41
run: |
42
pip install tox
43
tox -- --cov pytest_codeblocks --cov-report xml --cov-report term
44
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
45
if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}
0 commit comments