summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:49:34 +0200
committerNico Schlömer <nico.schloemer@gmail.com>2022-09-03 11:49:34 +0200
commit9824e6bd0bc5681ccea849503cd791456498c22c (patch)
treec4288a14afc3e93c5e06ad226ccf3c9ad3396cf9
parent4a0311d251199c5297e0678229e6821886dbc641 (diff)
upd python cov
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a952b7e..41a2be0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
- name: Check out repo
uses: actions/checkout@v3
- name: Set up Python
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
@@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Test with tox
run: |
pip install tox