Skip to content

Commit 250da06

Browse files
chore: bump shogo82148/actions-goveralls from 1.9.0 to 1.9.1
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](shogo82148/actions-goveralls@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18d7e01 commit 250da06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./...
7676
-
7777
name: Send coverage
78-
uses: shogo82148/[email protected].0
78+
uses: shogo82148/[email protected].1
7979
with:
8080
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov
8181
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}
@@ -86,7 +86,7 @@ jobs:
8686
needs: test
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: shogo82148/[email protected].0
89+
- uses: shogo82148/[email protected].1
9090
with:
9191
parallel-finished: true
9292

0 commit comments

Comments
 (0)