From cdb897abfdff2ac91fa16fa6bb1a2b9887350f49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:52:17 +0000 Subject: [PATCH] Update shogo82148/actions-goveralls action to v1.10.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91fc54c..3ec4fbf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,6 @@ jobs: run: | go test ./... -coverprofile=profile.cov - - uses: shogo82148/actions-goveralls@v1.9.0 + - uses: shogo82148/actions-goveralls@v1.10.0 with: path-to-profile: profile.cov \ No newline at end of file