From b57bb778c7ea2055a360097685b1392ca0c4c3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:05:33 +0000 Subject: [PATCH] chore(deps): update jandelgado/gcov2lcov-action action to v1.1.1 --- .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 deebf64..d1e6b9d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,7 +42,7 @@ jobs: - name: Convert coverage to lcov if: startsWith(github.ref, 'refs/master') - uses: jandelgado/gcov2lcov-action@v1.0.9 + uses: jandelgado/gcov2lcov-action@v1.1.1 with: infile: coverage.out outfile: coverage.lcov