Skip to content

Commit 2ca6598

Browse files
ci(deps): bump the github-actions group with 2 updates (#9)
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) Updates `lewagon/wait-on-check-action` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](lewagon/wait-on-check-action@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: lewagon/wait-on-check-action dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c8540e commit 2ca6598

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Upload coverage to Codecov
5252
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
53-
uses: codecov/codecov-action@v5
53+
uses: codecov/codecov-action@v6
5454
with:
5555
file: ./coverage.xml
5656
fail_ci_if_error: false

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps.metadata.outputs.update-type == 'version-update:semver-patch' ||
3737
steps.metadata.outputs.update-type == 'version-update:semver-minor' ||
3838
steps.metadata.outputs.package-ecosystem == 'github_actions'
39-
uses: lewagon/wait-on-check-action@v1.5.0
39+
uses: lewagon/wait-on-check-action@v1.6.0
4040
with:
4141
ref: ${{ github.event.pull_request.head.sha }}
4242
check-name: 'All checks passed'

0 commit comments

Comments
 (0)