From 9dc2c3a5f760dc1779b43684fd3baa6e20f9567d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 10:35:40 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.19 (#958) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 7415c04e5..a65695ee0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.18 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.19 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"