From 3a5f0d6d3a6013d4717d1aa7c4dd36a8dffef49d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:55:19 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [scientific-python/repo-review](https://github.com/scientific-python/repo-review) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `scientific-python/repo-review` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/scientific-python/repo-review/releases) - [Changelog](https://github.com/scientific-python/repo-review/blob/main/docs/changelog.md) - [Commits](https://github.com/scientific-python/repo-review/compare/v0.11.2...v0.11.3) Updates `codecov/codecov-action` from 5.0.7 to 5.1.2 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.1.2) --- updated-dependencies: - dependency-name: scientific-python/repo-review dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .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 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