From 9824e6bd0bc5681ccea849503cd791456498c22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Schl=C3=B6mer?= Date: Sat, 3 Sep 2022 11:49:34 +0200 Subject: upd python cov --- .github/workflows/ci.yml | 4 ++-- 1 file 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 -- cgit v1.2.3