From 21dd6d158cc3d2ab185e20c5f40f49b7c71e5fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:00:03 +0000 Subject: [PATCH] chore(deps): bump shogo82148/actions-goveralls from 1.6.0 to 1.7.0 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/31ee804b8576ae49f6dc3caa22591bc5080e7920...df920a6a2468668dfcf71a0b43817f89eaa5ea04) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 3bf707da..f4efbbcc 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@31ee804b8576ae49f6dc3caa22591bc5080e7920 + uses: shogo82148/actions-goveralls@df920a6a2468668dfcf71a0b43817f89eaa5ea04 with: path-to-profile: profile.cov flag-name: Go-${{ matrix.go-version }}