Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3bc2968

Browse files
authoredFeb 5, 2024··
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `peter-evans/create-pull-request` from 5.0.2 to 6.0.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@1534078...b1ddad2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fa5e9a commit 3bc2968

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: tox -e test -- -m "unit or (not integration and not end_to_end)" --cov=src --cov=tests --cov-report=xml -n auto
5454

5555
- name: Upload unit test coverage reports to Codecov with GitHub Action
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v4
5757
with:
5858
flags: unit
5959

@@ -62,7 +62,7 @@ jobs:
6262
run: tox -e test -- -m integration --cov=src --cov=tests --cov-report=xml -n auto
6363

6464
- name: Upload integration test coverage reports to Codecov with GitHub Action
65-
uses: codecov/codecov-action@v3
65+
uses: codecov/codecov-action@v4
6666
with:
6767
flags: integration
6868

@@ -71,6 +71,6 @@ jobs:
7171
run: tox -e test -- -m end_to_end --cov=src --cov=tests --cov-report=xml -n auto
7272

7373
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v4
7575
with:
7676
flags: end_to_end

‎.github/workflows/update-plugin-list.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: python scripts/update_plugin_list.py
3838

3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38
40+
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50
4141
with:
4242
commit-message: '[automated] Update plugin list'
4343
author: 'Tobias Raabe <tobiasraabe@users.noreply.github.com>'

0 commit comments

Comments
 (0)
Please sign in to comment.