Skip to content

Commit

Permalink
chore(deps): update shogo82148/actions-goveralls action to v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 30, 2021
1 parent e917866 commit 48a5894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run tests
run: go-acc --output profile.cov ./... -- -v
- name: Send coverage
uses: shogo82148/actions-goveralls@v1.4.6
uses: shogo82148/actions-goveralls@v1.4.7
with:
path-to-profile: profile.cov
- name: Build with Goreleaser
Expand Down

0 comments on commit 48a5894

Please sign in to comment.