Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Bump the actions group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 2 updates: [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.10.6 to 0.11.0
- [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.10.6...v0.11.0)

Updates `codecov/codecov-action` from 4.3.0 to 4.3.1
- [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.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: scientific-python/repo-review
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent e3feaaa commit 4700b8d
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/repo-review@v0.10.6
- uses: scientific-python/repo-review@v0.11.0
with:
plugins: sp-repo-review

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

- name: Upload coverage report
uses: codecov/[email protected].0
uses: codecov/[email protected].1

0 comments on commit 4700b8d

Please sign in to comment.