From a860394344a3efb554b1906154dbfcd9688e6226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:58:17 +0000 Subject: [PATCH] Update shogo82148/actions-goveralls action to v1.9.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 5779536..63ee28f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,6 @@ jobs: - name: Test run: | go test ./... -coverprofile=profile.cov - - uses: shogo82148/actions-goveralls@v1.6.0 + - uses: shogo82148/actions-goveralls@v1.9.0 with: path-to-profile: profile.cov \ No newline at end of file