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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-30 11:02:22 +00:00 committed by Buckaroo Banzai
parent 5454d414a2
commit 24214d3c24

View File

@ -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