From 1a85d6c886c7248c1a068637f2e492f9a04fdcf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:47:34 +0000 Subject: [PATCH] Update tj-actions/coverage-badge-go action to v2 --- .github/workflows/gocover.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gocover.yaml b/.github/workflows/gocover.yaml index b4116de..5dbf430 100644 --- a/.github/workflows/gocover.yaml +++ b/.github/workflows/gocover.yaml @@ -32,7 +32,7 @@ jobs: go tool cover -func coverage.out -o coverage.out # Replaces coverage.out with the analysis of coverage.out - name: Go Coverage Badge - uses: tj-actions/coverage-badge-go@v1 + uses: tj-actions/coverage-badge-go@v2 if: ${{ runner.os == 'Linux' && matrix.go == '1.23' }} # Runs this on only one of the ci builds. with: green: 80