From fdc3c4b5b8f0ee98ae3cb8032fa97183d4e3283c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:06:35 +0000 Subject: [PATCH] chore(deps): update shogo82148/actions-goveralls action to v1.11.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 e4459c1b..5ca15034 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.9.1 + - uses: shogo82148/actions-goveralls@v1.11.0 with: path-to-profile: profile.cov \ No newline at end of file