From cdae812a22758827417a6d342cd25612d0d199f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:32:06 -0400 Subject: [PATCH] chore(deps): bump shogo82148/actions-goveralls from 1.7.0 to 1.8.0 (#544) Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/df920a6a2468668dfcf71a0b43817f89eaa5ea04...7b1bd2871942af030d707d6574e5f684f9891fb2) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Trishank Karthik Kuppusamy --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 509a04b8..473a1148 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: run: go test -race -covermode atomic -coverprofile='profile.cov' ./... - name: Send coverage - uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04 + uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 with: path-to-profile: profile.cov flag-name: Go-${{ matrix.go-version }}