Skip to content

Commit e29531c

Browse files
dependabot[bot]PauloGoncalvesBH
authored andcommitted
chore(deps): bump codecov/codecov-action from v1.0.12 to v1.0.13
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.12 to v1.0.13. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](codecov/codecov-action@v1.0.12...6004246) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d77040 commit e29531c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous_delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: API Test
5656
run: npm test
5757
- name: Update Codecov Report
58-
uses: codecov/[email protected].12
58+
uses: codecov/[email protected].13
5959

6060
release:
6161
needs: [lint, commit-lint, test-api]

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
- name: API Test
5656
run: npm test
5757
- name: Update Codecov Report
58-
uses: codecov/[email protected].12
58+
uses: codecov/[email protected].13

0 commit comments

Comments
 (0)