From 60f66c56c5abfc9df127df9cf7d5e5e0f86dcaa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 17:22:00 +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 227f0bf..ffa5d77 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