From e5ee326a34816e632fbed998ebf4ad0544ce3a4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Mar 2021 09:01:32 +0100 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v4.8.7 (#712) Co-authored-by: Renovate Bot --- .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 6bde92286..4b74815d1 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@4.8.6 + uses: danielpalme/ReportGenerator-GitHub-Action@4.8.7 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"