Skip to content

Commit 9a953c7

Browse files
chore(deps): update codecov/codecov-action action to v7 (#851)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v7.0.0`](https://redirect.github.com/codecov/codecov-action/compare/v7.0.0...v7.0.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v7.0.0...v7.0.0) ### [`v7`](https://redirect.github.com/codecov/codecov-action/compare/v6.0.1...v7.0.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v6.0.2...v7.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 7am every weekday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-client-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b07dd57 commit 9a953c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
matrix.python-version == '3.14' &&
139139
env.CODECOV_TOKEN != ''
140140
}}
141-
uses: codecov/codecov-action@v6
141+
uses: codecov/codecov-action@v7
142142
with:
143143
token: ${{ env.CODECOV_TOKEN }}
144144
files: coverage-integration.xml

0 commit comments

Comments
 (0)