From e222dee145598671df8fb0cfc66b4a22b122471a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:04:48 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1.4.5 to 1.4.6 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.4.5...v1.4.6) --- 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 d3f6458..9e89ec7 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.5 + uses: shogo82148/actions-goveralls@v1.4.6 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.5 + - uses: shogo82148/actions-goveralls@v1.4.6 with: parallel-finished: true \ No newline at end of file