Skip to content

Commit

Permalink
Merge fa2b1f5 into 589f95f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 7, 2021
2 parents 589f95f + fa2b1f5 commit 7c716a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run ci

- name: Coveralls Parallel
uses: coverallsapp/github-action@v1.1.2
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
Expand All @@ -49,7 +49,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
Expand Down

0 comments on commit 7c716a5

Please sign in to comment.