Skip to content

Commit 69d46b4

Browse files
committed
Update coveralls actions
1 parent a8dbdde commit 69d46b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm run build
2626
- run: npm test
2727
- name: Coveralls
28-
uses: coverallsapp/github-action@master
28+
uses: coverallsapp/github-action@v2
2929
with:
3030
github-token: ${{ secrets.GITHUB_TOKEN }}
3131
flag-name: run-${{ matrix.test_number }}
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Coveralls Finished
39-
uses: coverallsapp/github-action@master
39+
uses: coverallsapp/github-action@v2
4040
with:
4141
github-token: ${{ secrets.github_token }}
4242
parallel-finished: true

0 commit comments

Comments
 (0)