From 79ee76e46496f83440840b27119fe1ee85f329f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 10:44:59 +0200 Subject: [PATCH] Bump coverallsapp/github-action from 1.0.1 to 2.1.0 (#119) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.0.1 to 2.1.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.0.1...v2.1.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a5e5333..95aaa01 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -44,7 +44,7 @@ jobs: outfile: coverage.lcov - name: Upload coverages - uses: coverallsapp/github-action@v1.0.1 + uses: coverallsapp/github-action@v2.1.0 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov