Skip to content

Commit aa91a48

Browse files
committed
chore(ci): Upgrade coveralls action to 1.1.2
1 parent 94dc54f commit aa91a48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: npm test
5656

5757
- name: Coveralls
58-
uses: coverallsapp/[email protected].0
58+
uses: coverallsapp/[email protected].2
5959
with:
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
flag-name: ${{matrix.os}}-node-${{ matrix.node }}
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- name: Coveralls Finished
71-
uses: coverallsapp/[email protected].0
71+
uses: coverallsapp/[email protected].2
7272
with:
7373
github-token: ${{ secrets.GITHUB_TOKEN }}
7474
parallel-finished: true

0 commit comments

Comments
 (0)