Skip to content

Commit fedeb14

Browse files
committed
Use coveralls action v2
Signed-off-by: Arve Knudsen <[email protected]>
1 parent cfbf81a commit fedeb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Test
2222
run: npm run test-coverage
2323
- name: Coveralls
24-
uses: coverallsapp/github-action@master
24+
uses: coverallsapp/github-action@v2
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)