Skip to content

Commit

Permalink
Bump shogo82148/actions-goveralls from 1.5.0 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](shogo82148/actions-goveralls@v1.5.0...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 13, 2021
1 parent 1e99d2a commit 39c38ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: go test -v -coverprofile="profile.cov" ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1.5.0
uses: shogo82148/actions-goveralls@v1.5.1
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
path-to-profile: profile.cov
Expand All @@ -44,6 +44,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1.5.0
- uses: shogo82148/actions-goveralls@v1.5.1
with:
parallel-finished: true

0 comments on commit 39c38ec

Please sign in to comment.