From bb9580c32e074a0451bbdbc9d0f53ec9f36d8237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:00:38 +0000 Subject: [PATCH] Bump danielpalme/ReportGenerator-GitHub-Action from 5.1.14 to 5.1.18 Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/ReportGenerator-GitHub-Action) from 5.1.14 to 5.1.18. - [Release notes](https://github.com/danielpalme/ReportGenerator-GitHub-Action/releases) - [Commits](https://github.com/danielpalme/ReportGenerator-GitHub-Action/compare/5.1.14...5.1.18) --- 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 d7aa0f8..842f1aa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,7 +105,7 @@ jobs: shell: pwsh - name: ReportGenerator - uses: danielpalme/ReportGenerator-GitHub-Action@5.1.14 + uses: danielpalme/ReportGenerator-GitHub-Action@5.1.18 if: matrix.os == 'windows-latest' with: reports: 'coverage_debug.xml;coverage_release.xml'