From 8d1de1960e421d42352068afcaa52586de45fd56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Dec 2022 20:03:09 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.13 (#926) 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 f6c388a4a..fb23a3d7f 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.12 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.13 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"