Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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](scientific-python/repo-review@v0.11.2...v0.11.3)

Updates `codecov/codecov-action` from 4.6.0 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](codecov/codecov-action@v4.6.0...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-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent cae923d commit 6a5b078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run nox -s pylint
- uses: scientific-python/[email protected].2
- uses: scientific-python/[email protected].3
with:
plugins: sp-repo-review

Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
--durations=20

- name: Upload coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2

0 comments on commit 6a5b078

Please sign in to comment.