From 87e19e739c0a300716800851df589299eba54f22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:38:08 +0000 Subject: [PATCH] chore(deps): update cicirello/jacoco-badge-generator action to v2 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 52f1a88..f1c16b3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -50,7 +50,7 @@ jobs: # Create Badge - name: Generate Jacoco Badge id: jacoco - uses: cicirello/jacoco-badge-generator@v1.0.0 + uses: cicirello/jacoco-badge-generator@v2.11.0 with: jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv - name: Log coverage percentage