Skip to content

Commit de54b14

Browse files
authored
Merge pull request #464 from loresoft/dependabot/github_actions/danielpalme/ReportGenerator-GitHub-Action-5.1.24
Bump danielpalme/ReportGenerator-GitHub-Action from 5.1.23 to 5.1.24
2 parents 7f1caee + 0c3caf8 commit de54b14

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)