Skip to content

Commit d32a87b

Browse files
Update codecov/codecov-action action to v5.5.1 (#365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13de4af commit d32a87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: npx nx run-many --target test -- --ci --coverage
9999

100100
- name: Codecov
101-
uses: codecov/codecov-action@v5.5.0
101+
uses: codecov/codecov-action@v5.5.1
102102
with:
103103
token: ${{ secrets.CODECOV_TOKEN }}
104104
directory: coverage

0 commit comments

Comments
 (0)