Skip to content

Commit

Permalink
build(deps): bump shogo82148/actions-goveralls from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](shogo82148/actions-goveralls@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and adamjensenbot committed Apr 27, 2023
1 parent 5b323eb commit f590cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: ${{ !cancelled() && github.event_name == 'repository_dispatch' }}

- name: Send coverage
uses: shogo82148/actions-goveralls@v1.6.0
uses: shogo82148/actions-goveralls@v1.7.0
with:
path-to-profile: coverage.txt
if: github.event_name == 'push'

0 comments on commit f590cef

Please sign in to comment.