From bf0f970410670d44680e4cb2dd64d9b0995ddab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:14:38 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.2.0...5.2.1) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch ... 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 3656924..7910bd3 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.0 + uses: danielpalme/ReportGenerator-GitHub-Action@5.2.1 with: reports: '**/coverage.cobertura.xml' targetdir: 'coveragereport'