Skip to content

Commit 0c3caf8

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

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
@@ -58,7 +58,7 @@ jobs:
5858
run: dotnet test --configuration Release --collect:"XPlat Code Coverage" --settings coverlet.runsettings
5959

6060
- name: Generate Coverage
61-
uses: danielpalme/[email protected].23
61+
uses: danielpalme/[email protected].24
6262
with:
6363
reports: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
6464
targetdir: ${{env.BUILD_PATH}}

0 commit comments

Comments
 (0)