chore(deps): update coverallsapp/github-action action to v1.1.3

v1.18.x
Renovate Bot 4 years ago committed by renovate[bot]
parent 5fe074c133
commit 99c230372a

@ -186,7 +186,7 @@ jobs:
run: npm run coverage
- name: Test coverage
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@1.1.3
if: matrix.coverage
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
@ -198,7 +198,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

Loading…
Cancel
Save