diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index f8d14d1..365a80e 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -46,7 +46,7 @@ jobs: run: npm run coverage - name: Send code coverage results to Coveralls - uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 with: parallel: true flag-name: Node.js ${{ matrix.node-version }} / ${{ matrix.os }} @@ -58,7 +58,7 @@ jobs: needs: test steps: - name: Let Coveralls know that all tests have finished - uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 with: parallel-finished: true