Skip to content

Commit cfa6409

Browse files
build(deps): bump shogo82148/actions-goveralls from 1.9.1 to 1.10.0 (#271)
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](shogo82148/actions-goveralls@e6875f8...25f5320) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 56773fa commit cfa6409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: go test -v -race -coverprofile cov.out ./...
3333

3434
- name: Upload coverage to Coveralls
35-
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
35+
uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
3636
with:
3737
path-to-profile: cov.out
3838

0 commit comments

Comments
 (0)