diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 760f226..c266823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: | echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json" # pipx run nox -s pylint # TODO: reactivate once serious - - uses: scientific-python/repo-review@v0.11.2 + - uses: scientific-python/repo-review@v0.11.3 with: plugins: sp-repo-review @@ -64,4 +64,4 @@ jobs: python -m pytest -ra --cov --cov-report=xml --cov-report=term --durations=20 - name: Upload coverage report - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.2