diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fc97ba8..68e0320 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -107,7 +107,7 @@ jobs: run: make test - name: Check coverage - uses: vladopajic/go-test-coverage@5f3508324fc185e82048a2861f8bdd3d83db133b # v2.18.9 + uses: vladopajic/go-test-coverage@f94bcf0d6b9fa5fb8b783830b22648f6c17475e2 # v2.19.0 with: profile: coverage/coverage.out threshold-total: 80