Skip to content

Commit bb7fcba

Browse files
chore(deps): update codecov/codecov-action digest to ab904c4 (#2739)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a875f5b commit bb7fcba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
node-version: 18
2222
- run: npm ci
2323
- run: npm test
24-
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
24+
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
2525
with:
2626
directory: ./coverage/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
node-version: ${{ matrix.node-version }}
3333
- run: npm ci
3434
- run: npm test
35-
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
35+
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
3636
with:
3737
directory: ./coverage/

0 commit comments

Comments
 (0)