Skip to content

Commit 775e7e9

Browse files
committed
chore(deps): update codecov/codecov-action action to v1.3.1
1 parent 7f6f54a commit 775e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: yarn test --coverage ${{ matrix.eslint-version >= 6 }}
8383
env:
8484
CI: true
85-
- uses: codecov/codecov-action@v1.2.2
85+
- uses: codecov/codecov-action@v1.3.1
8686
if: ${{ matrix.eslint-version >= 6 }}
8787
test-os:
8888
name: Test on ${{ matrix.os }} using Node.js LTS

0 commit comments

Comments
 (0)