From e1c387f788859b71f6b2d561d05280f1aa059576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:01:18 +0000 Subject: [PATCH] Bump scientific-python/repo-review in the actions group Bumps the actions group with 1 update: [scientific-python/repo-review](https://github.com/scientific-python/repo-review). Updates `scientific-python/repo-review` from 0.11.0 to 0.11.2 - [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.0...v0.11.2) --- updated-dependencies: - dependency-name: scientific-python/repo-review dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da72b88..d6bd569 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.11.0 + - uses: scientific-python/repo-review@v0.11.2 with: plugins: sp-repo-review