From e52acf21b526068d0a114609f0ee5303f4ce2ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 07:10:36 -0600 Subject: [PATCH] Bump coverallsapp/github-action from 2.2.3 to 2.3.0 (#77) --- .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 73fe46b..6e339e4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,7 +27,7 @@ jobs: infile: coverage.out outfile: coverage.lcov - name: Coveralls - uses: coverallsapp/github-action@v2.2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov