From 8515cf968bb35ae952b4cc99489df8b5cb1aef57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:37:23 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.4.2 (#1180) 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 b06bc31b8..242caaa66 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@v5.4.1 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.4.2 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"