diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 4b957d5e..87c16694 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -35,7 +35,7 @@ jobs: name: build and test shell: bash - name: Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Finalize Coveralls - uses: coverallsapp/github-action@v1.2.2 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true