chore(deps): update coverallsapp/github-action action to v1.2.4 (#11323)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
isekai-main
renovate[bot] 2 years ago committed by GitHub
parent c75ec225b4
commit e8e35de390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -194,7 +194,7 @@ jobs:
run: npm run coverage run: npm run coverage
- name: Test coverage - name: Test coverage
uses: coverallsapp/github-action@1.1.3 uses: coverallsapp/github-action@v1.2.4
if: matrix.coverage if: matrix.coverage
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
@ -208,7 +208,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Coveralls Finished - name: Coveralls Finished
uses: coverallsapp/github-action@1.1.3 uses: coverallsapp/github-action@v1.2.4
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true parallel-finished: true

Loading…
Cancel
Save