From 0a1f72d2b9c2f9797467f8b38d6ef534b841c3df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 04:54:49 +0000 Subject: [PATCH] Update shogo82148/actions-goveralls action to v1.8.0 --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index b42a841..5104db6 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -16,6 +16,6 @@ jobs: - name: test run: go test ./... -coverprofile=profile.cov - - uses: shogo82148/actions-goveralls@v1.6.0 + - uses: shogo82148/actions-goveralls@v1.8.0 with: path-to-profile: profile.cov \ No newline at end of file