From 80b3790a56e06d8f541da5a6efb8941ec403006c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:05:33 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1.4.6 to 1.4.7 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.6 to 1.4.7. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.6...v1.4.7) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9e89ec7..e9100a9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: run: go test -v -coverprofile="profile.cov" ./... - name: Send coverage - uses: shogo82148/actions-goveralls@v1.4.6 + uses: shogo82148/actions-goveralls@v1.4.7 if: ${{ matrix.os == 'ubuntu-latest' }} with: path-to-profile: profile.cov @@ -44,6 +44,6 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.4.6 + - uses: shogo82148/actions-goveralls@v1.4.7 with: parallel-finished: true \ No newline at end of file