diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52f5f9aa1..66ddf9cc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} - @@ -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