Skip to content

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 12, 2024
1 parent 3c6f698 commit 51bf1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function run() {
core.info("- name: Setup .NET Core");
core.info(" uses: actions/setup-dotnet@v3");
core.info(" with");
core.info(" dotnet-version: 6.x");
core.info(" dotnet-version: 8.x");
core.info(" dotnet-quality: 'ga'");
return;
}
Expand Down
2 changes: 1 addition & 1 deletion src/reportgenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function run() {
core.info("- name: Setup .NET Core");
core.info(" uses: actions/setup-dotnet@v3");
core.info(" with");
core.info(" dotnet-version: 6.x");
core.info(" dotnet-version: 8.x");
core.info(" dotnet-quality: 'ga'");
return;
}
Expand Down

0 comments on commit 51bf1a3

Please sign in to comment.