Skip to content

Commit

Permalink
Update coverallsapp/github-action action to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and voxpelli committed Apr 19, 2022
1 parent 3bfcc42 commit c655add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: npm install
- 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 }}
flag-name: run-${{ matrix.os }}-${{ matrix.node_version }}
Expand All @@ -41,7 +41,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

0 comments on commit c655add

Please sign in to comment.