Merge pull request #746 from ldapjs/dependabot/github_actions/coverallsapp/github-action-1.1.3

Bump coverallsapp/github-action from 1.1.2 to 1.1.3
This commit is contained in:
Tony Brix 2021-07-24 21:44:39 -05:00 committed by GitHub
commit 91de94d1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@ jobs:
- name: Run Tests
run: npm run test: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
- 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