Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Update shogo82148/actions-goveralls action to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 2ab5bb4 commit 0a1f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: test
run: go test ./... -coverprofile=profile.cov

- uses: shogo82148/actions-goveralls@v1.6.0
- uses: shogo82148/actions-goveralls@v1.8.0
with:
path-to-profile: profile.cov

0 comments on commit 0a1f72d

Please sign in to comment.