From 34b303fdecdf7e200f0048376220dd4e4f3e2e2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 09:55:56 +0000 Subject: [PATCH] chore(deps): update shogo82148/actions-goveralls action to v1.9.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 69031f6..e92c772 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.8.0 + - uses: shogo82148/actions-goveralls@v1.9.0 with: path-to-profile: profile.cov \ No newline at end of file