From 35236b2e0eb81b0ba03187ecc2658e2102772d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:37:57 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.2.4 to 5.3.6. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.2.4...5.3.6) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/build-and-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-and-test/action.yml b/.github/actions/build-and-test/action.yml index 8e824d3..573ab20 100644 --- a/.github/actions/build-and-test/action.yml +++ b/.github/actions/build-and-test/action.yml @@ -52,7 +52,7 @@ runs: path: NosePlug.Tests/TestResults - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.6 with: reports: '**/coverage.cobertura.xml' targetdir: 'coveragereport'