Skip to content

Commit

Permalink
[ci] Update coverallsapp/github-action action to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 11, 2021
1 parent f871195 commit 5b85322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
"console.log(crypto.randomBytes(16).toString('hex'))")
id: get_job_id
shell: bash
- uses: coverallsapp/github-action@v1.1.2
- uses: coverallsapp/github-action@1.1.3
with:
flag-name:
${{ steps.get_job_id.outputs.job_id }} (Node.js ${{ matrix.node }} -
Expand All @@ -54,7 +54,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- 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 5b85322

Please sign in to comment.