Skip to content

Commit

Permalink
MAINT: update codecov and create PR actions (#58)
Browse files Browse the repository at this point in the history
* MAINT: bump codecov/codecov-action from 3 to 4
* MAINT: bump peter-evans/create-pull-request from 5 to 6 (#57)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 58cdac5 commit 92ffe2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- if: matrix.coverage-target != ''
run: pytest --cov=${{ matrix.coverage-target }} --cov-report=xml
- if: matrix.coverage-target != ''
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: >-
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch'
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
commit-message: "MAINT: update pip constraints and pre-commit"
committer: GitHub <[email protected]>
Expand Down

0 comments on commit 92ffe2d

Please sign in to comment.