diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e24c25e..2ea2a15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: run: go test ./... -coverprofile=coverage.out -covermode=atomic - name: Coveralls GitHub Action - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.out