diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3f921e..6cd8493 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,7 +80,7 @@ jobs: outfile: cover.lcov - name: Coveralls Parallel - uses: coverallsapp/github-action@v2.2.0 + uses: coverallsapp/github-action@v2.2.1 env: COVERALLS_FLAG_NAME: run-${{ matrix.go-version }} with: @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2.2.0 + uses: coverallsapp/github-action@v2.2.1 with: github-token: ${{ secrets.github_token }} parallel-finished: true