From 2f5e637c37163a33f37a73ceb50f551c7fdc183e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:00:22 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.25 --- .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 f630d0ab9..09b366d7a 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.24 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.25 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"