From e1b96b2aa62462275c8ab37cda2a15aeb5b7db54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 22:48:34 +0100 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v4.8.2 (#686) 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 92274d25c..7f2a07717 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.1 + uses: danielpalme/ReportGenerator-GitHub-Action@4.8.2 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"