From bd0b749493baad252d89a03764792918ce6e4529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:23:32 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f392b4..1ad9343 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.2 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.5 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"