From 4212f9d64a0fa747d999b2380fceee2d33dacfb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 20:03:15 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.9 (#850) 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 858ccfb01..ae3c7c5f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.8 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.9 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"