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

This commit is contained in:
Renovate Bot
2021-07-06 19:59:41 +00:00
committed by renovate[bot]
parent 5fe074c133
commit 99c230372a

View File

@@ -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