diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f9d7b3..9fd996d 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 - - uses: scientific-python/repo-review@v0.10.6 + - uses: scientific-python/repo-review@v0.11.0 with: plugins: sp-repo-review @@ -65,4 +65,4 @@ jobs: --durations=20 - name: Upload coverage report - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1