Skip to content

Commit 8168d7b

Browse files
ci(deps): bump the all-actions group with 2 updates (#135)
Bumps the all-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [actions/deploy-pages](https://github.com/actions/deploy-pages). 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 `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a792bca commit 8168d7b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
```
109109
110110
- name: Upload coverage to Codecov
111-
uses: codecov/codecov-action@v5
111+
uses: codecov/codecov-action@v6
112112
with:
113113
files: |
114114
**/TestResults/*/coverage.cobertura.xml
@@ -219,7 +219,7 @@ jobs:
219219
./artifacts/*.snupkg
220220
221221
- name: Upload coverage to Codecov (Release)
222-
uses: codecov/codecov-action@v5
222+
uses: codecov/codecov-action@v6
223223
with:
224224
files: |
225225
**/TestResults/*/coverage.cobertura.xml

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
steps:
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v4
53+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)