Skip to content

Commit eb3d9dc

Browse files
dependabot[bot]davidv1992
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/deploy-pages](https://github.com/actions/deploy-pages) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@d6db901...cd2ce8f) Updates `codecov/codecov-action` from 5 to 6 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be752d6 commit eb3d9dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
steps:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
57-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e
57+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
RUST_BACKTRACE: 1
6666

6767
- name: Upload coverage to Codecov
68-
uses: codecov/codecov-action@v5
68+
uses: codecov/codecov-action@v6
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
files: lcov.info
@@ -144,7 +144,7 @@ jobs:
144144
--format=lcov \
145145
-ignore-filename-regex="\.cargo|\.rustup" > lcov.info
146146
- name: Upload coverage to Codecov
147-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
147+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2
148148
with:
149149
files: ./lcov.info
150150
fail_ci_if_error: false

0 commit comments

Comments
 (0)