Skip to content

Commit 11ce3e8

Browse files
authored
Merge branch 'main' into sys
2 parents 2c33edd + b2bab38 commit 11ce3e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v3
1919
- name: Run pre-commit
20-
uses: pre-commit/action@v2.0.3
20+
uses: pre-commit/action@v3.0.0
2121

2222
build:
2323
strategy:
@@ -41,5 +41,5 @@ jobs:
4141
run: |
4242
pip install tox
4343
tox -- --cov pytest_codeblocks --cov-report xml --cov-report term
44-
- uses: codecov/codecov-action@v1
44+
- uses: codecov/codecov-action@v3
4545
if: ${{ matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)