Skip to content

Commit 6dbb0a5

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.5.1 to 5.5.3 (#4542)
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.5.1 to 5.5.3. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.5.1...5.5.3) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21af304 commit 6dbb0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
# Generate test reports and check coverage
282282
- name: Generate test reports
283283
if: matrix.targetFramework == env.COVERAGE_FRAMEWORK
284-
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.1
284+
uses: danielpalme/ReportGenerator-GitHub-Action@5.5.3
285285
with:
286286
reports: "./TestResults/Coverage/**/*.cobertura.xml"
287287
targetdir: "./TestResults/Reports"

0 commit comments

Comments
 (0)