From 9a4499fd248a9bff1df76b13f3d9eabea521bf96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 04:01:14 +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 bd1ebf1..f36be51 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