Skip to content

Commit 4d510cb

Browse files
committed
5.2.0
1 parent 86571bc commit 4d510cb

File tree

6 files changed

+26974
-3801
lines changed

6 files changed

+26974
-3801
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Use the online [configuration tool](https://reportgenerator.io/usage) to get sta
99
- name: Setup .NET Core # Required to execute ReportGenerator
1010
uses: actions/setup-dotnet@v3
1111
with:
12-
dotnet-version: 6.x
12+
dotnet-version: 8.x
1313
dotnet-quality: 'ga'
1414

1515
- name: ReportGenerator
16-
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.26
16+
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
1717
with:
1818
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
1919
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ inputs:
6363
required: false
6464
default: ''
6565
runs:
66-
using: 'node16'
66+
using: 'node20'
6767
main: 'dist/index.js'
6868
branding:
6969
icon: 'bar-chart-2'

0 commit comments

Comments
 (0)