Skip to content

Commit 51bf1a3

Browse files
committed
5.4.0
1 parent 3c6f698 commit 51bf1a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function run() {
6565
core.info("- name: Setup .NET Core");
6666
core.info(" uses: actions/setup-dotnet@v3");
6767
core.info(" with");
68-
core.info(" dotnet-version: 6.x");
68+
core.info(" dotnet-version: 8.x");
6969
core.info(" dotnet-quality: 'ga'");
7070
return;
7171
}

src/reportgenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function run() {
3030
core.info("- name: Setup .NET Core");
3131
core.info(" uses: actions/setup-dotnet@v3");
3232
core.info(" with");
33-
core.info(" dotnet-version: 6.x");
33+
core.info(" dotnet-version: 8.x");
3434
core.info(" dotnet-quality: 'ga'");
3535
return;
3636
}

0 commit comments

Comments
 (0)