Skip to content

Commit f8b0026

Browse files
Bump aio-libs/upload-coverage from 24.10.1 to 25.11.0 (#824)
Bumps [aio-libs/upload-coverage](https://github.com/aio-libs/upload-coverage) from 24.10.1 to 25.11.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/upload-coverage/commit/4064b957d1e60cc094e31317c6433093f28eb4a5"><code>4064b95</code></a> Bump codecov version</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/b3da3b5ef746ad1db4a61d062c956ca42320e120"><code>b3da3b5</code></a> Setup dependabot (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/47">#47</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/5bfe2df9fd374c5bb435f2966c3667f28daa110b"><code>5bfe2df</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/46">#46</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/bcb8ed9e4d9cd5a628c107856a4ad34f38a2faef"><code>bcb8ed9</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/45">#45</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/492487e1de08627e27d070a0f2bfc899b947b1f2"><code>492487e</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/44">#44</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/1e654b3424f35605ed8168af63e1357b94266d5a"><code>1e654b3</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/43">#43</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/a1ba8ef183757d113c678b39ff48da00dd1f57f9"><code>a1ba8ef</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/42">#42</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/6e826c13e39ce932bf9c3f332d64dc8964bac6dd"><code>6e826c1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/41">#41</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/122d179c388b0f6cc1d0d43b123eef3ab7876fc1"><code>122d179</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/40">#40</a>)</li> <li><a href="https://github.com/aio-libs/upload-coverage/commit/45a72f4850e7c2c73dfa2985da948d3769c9ff7e"><code>45a72f4</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/aio-libs/upload-coverage/issues/39">#39</a>)</li> <li>See full diff in <a href="https://github.com/aio-libs/upload-coverage/compare/v24.10.1...v25.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aio-libs/upload-coverage&package-manager=github_actions&previous-version=24.10.1&new-version=25.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74a0398 commit f8b0026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- name: Checkout
139139
uses: actions/checkout@v5
140140
- name: Upload coverage
141-
uses: aio-libs/upload-coverage@v24.10.1
141+
uses: aio-libs/upload-coverage@v25.11.0
142142
with:
143143
token: ${{ secrets.CODECOV_TOKEN }}
144144

0 commit comments

Comments
 (0)