From 24214d3c24c1acaf0a2f6a85293d8dc6da134cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 11:02:22 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1.4.6 to 1.4.7 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.6...v1.4.7) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-patch ... 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 b9b4221..535ead0 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.4.6 + - uses: shogo82148/actions-goveralls@v1.4.7 with: path-to-profile: profile.cov \ No newline at end of file