Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Sep 11, 2023
1 parent aae94f9 commit c00082d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.5.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.302
- name: Set up JDK 11
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v1
with:
java-version: 1.11
- name: Run unit tests and generate code coverage
Expand Down

0 comments on commit c00082d

Please sign in to comment.