diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fea0a65..8889533 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: npm run build --if-present npm run test - name: Coveralls Parallel - uses: coverallsapp/github-action@v2.1.2 + uses: coverallsapp/github-action@v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -77,7 +77,7 @@ jobs: contents: read steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2.1.2 + uses: coverallsapp/github-action@v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true