Skip to content

Commit a4e4f76

Browse files
chore(deps): bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/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) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e058a30 commit a4e4f76

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-bun-compress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: yarn workspaces focus hono-middleware @hono/bun-compress
2424
- run: yarn turbo --filter @hono/bun-compress build
2525
- run: bun test packages/bun-compress --coverage --coverage-reporter lcov
26-
- uses: codecov/codecov-action@v5
26+
- uses: codecov/codecov-action@v6
2727
with:
2828
fail_ci_if_error: true
2929
directory: ./coverage

.github/workflows/ci-bun-transpiler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- run: yarn workspaces focus hono-middleware @hono/bun-transpiler
2121
- run: yarn turbo --filter @hono/bun-transpiler build
2222
- run: bun test packages/bun-transpiler --coverage --coverage-reporter lcov
23-
- uses: codecov/codecov-action@v5
23+
- uses: codecov/codecov-action@v6
2424
with:
2525
fail_ci_if_error: true
2626
directory: ./coverage

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: yarn test --coverage --project @hono/${{ matrix.package }}
7575
id: test
7676
if: ${{ matrix.package != 'eslint-config' && matrix.package != 'qwik-city' && matrix.package != 'react-compat' }}
77-
- uses: codecov/codecov-action@v5
77+
- uses: codecov/codecov-action@v6
7878
if: ${{ matrix.package != 'eslint-config' && matrix.package != 'qwik-city' && matrix.package != 'react-compat' }}
7979
with:
8080
fail_ci_if_error: true

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- run: yarn test --coverage --project @hono/${{ matrix.package }}
8585
id: test
8686
if: ${{ matrix.package != 'eslint-config' && matrix.package != 'qwik-city' && matrix.package != 'react-compat' }}
87-
- uses: codecov/codecov-action@v5
87+
- uses: codecov/codecov-action@v6
8888
if: ${{ matrix.package != 'eslint-config' && matrix.package != 'qwik-city' && matrix.package != 'react-compat' }}
8989
with:
9090
fail_ci_if_error: true

0 commit comments

Comments
 (0)