Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Dec 10, 2023
1 parent a84ba4b commit f5fc197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.302
- name: Set up JDK 11
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 19
- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit f5fc197

Please sign in to comment.