From b1cf83ffb13ce1183cbf8ad19190702984a4e600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 06:26:11 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.7 to 5.3.8 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.3.7 to 5.3.8. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](https://github.com/danielpalme/reportgenerator-github-action/compare/5.3.7...5.3.8) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b4cbcc..2837c1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,7 @@ jobs: shell: pwsh - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.3.7 + uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8 with: reports: 'coverage_uiextenderex_debug.xml;coverage_uiextenderex_release.xml' targetdir: 'coveragereport'