Skip to content

Commit 7b72afe

Browse files
build(deps): bump the actions-deps group with 2 updates
Bumps the actions-deps group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). 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 `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4161c3 commit 7b72afe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
7979
- name: Codecov upload
80-
uses: codecov/codecov-action@v5
80+
uses: codecov/codecov-action@v6
8181
if: runner.os == 'Linux'
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/dependabot-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: marocchino/validate-dependabot@v3
1414
id: validate
15-
- uses: marocchino/sticky-pull-request-comment@v2
15+
- uses: marocchino/sticky-pull-request-comment@v3
1616
if: always()
1717
with:
1818
header: validate-dependabot

0 commit comments

Comments
 (0)