From ff16d3b9d76d3a2e266bf3f109bafe1b4ba43650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:16:10 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1 to 1.4.4 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1 to 1.4.4. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1...v1.4.4) Signed-off-by: dependabot[bot] --- .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 bb8d3da..e7de053 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 + - uses: shogo82148/actions-goveralls@v1.4.4 with: path-to-profile: profile.cov \ No newline at end of file