Skip to content

Commit 16af076

Browse files
Bump coverallsapp/github-action from 2.3.1 to 2.3.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c672417 commit 16af076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go test -v -covermode=count -coverprofile=coverage.out
6363
6464
- name: Coveralls
65-
uses: coverallsapp/[email protected].1
65+
uses: coverallsapp/[email protected].2
6666
with:
6767
github-token: ${{ secrets.github_token }}
6868
path-to-lcov: coverage.out

0 commit comments

Comments
 (0)