From ff893cd1853aa992f4c2413639fa2e2e8f5eb6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:44:58 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.11 to 5.4.1 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.3.11 to 5.4.1. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.3.11...5.4.1) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 1276610..bcbdc1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: name: Code coverage windows-latest path: coverage-windows - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.11 + uses: danielpalme/ReportGenerator-GitHub-Action@5.4.1 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"