Skip to content

Commit 3134663

Browse files
Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.5 to 5.4.6
Bumps [danielpalme/ReportGenerator-GitHub-Action](https://github.com/danielpalme/reportgenerator-github-action) from 5.4.5 to 5.4.6. - [Release notes](https://github.com/danielpalme/reportgenerator-github-action/releases) - [Commits](danielpalme/ReportGenerator-GitHub-Action@5.4.5...5.4.6) --- updated-dependencies: - dependency-name: danielpalme/ReportGenerator-GitHub-Action dependency-version: 5.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4803146 commit 3134663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
5555

5656
- name: Generate Coverage
57-
uses: danielpalme/[email protected].5
57+
uses: danielpalme/[email protected].6
5858
with:
5959
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
6060
targetdir: ${{env.BUILD_PATH}}

0 commit comments

Comments
 (0)