From 1f75d3b62fabe666cbfac9d5104f04aa46992b20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:01:35 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.3.6 (#1122) 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 4f4e08dac..30def69ae 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.3.5 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.6 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"