From d4bfe183770c975ca2a835968eb6a782c7d5071c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 15:06:56 +0000 Subject: [PATCH] Bump shogo82148/actions-goveralls from 1.5.1 to 1.6.0 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... 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 1a04eeb..45625bf 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.5.1 + uses: shogo82148/actions-goveralls@v1.6.0 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.5.1 + - uses: shogo82148/actions-goveralls@v1.6.0 with: parallel-finished: true \ No newline at end of file