Skip to content

Commit f5f6094

Browse files
chore(deps): bump shogo82148/actions-goveralls from 1.9.1 to 1.10.0 (#404)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d37516 commit f5f6094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: go test -v -coverprofile=cover.out ./...
4949

5050
- name: Send coverage
51-
uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
51+
uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
5252
with:
5353
path-to-profile: cover.out
5454
flag-name: Go-${{ matrix.go }}
@@ -62,6 +62,6 @@ jobs:
6262
checks: write
6363

6464
steps:
65-
- uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
65+
- uses: shogo82148/actions-goveralls@25f5320d970fb565100cf1993ada29be1bb196a1 # v1.10.0
6666
with:
6767
parallel-finished: true

0 commit comments

Comments
 (0)