From e5906c4b28dbce28e25fd2bf0e9a549cc886893f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:20:02 +0800 Subject: [PATCH] chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 (#62) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 039d5a9..1082e76 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: run: go test -coverprofile="profile.cov" ./... - name: Send coverage - uses: shogo82148/actions-goveralls@v1.8.0 + uses: shogo82148/actions-goveralls@v1.9.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: path-to-profile: profile.cov @@ -50,6 +50,6 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.8.0 + - uses: shogo82148/actions-goveralls@v1.9.0 with: parallel-finished: true