Skip to content

Commit

Permalink
Update Setup .NET Action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHedley committed Dec 14, 2023
1 parent b675c29 commit 4d103e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
with:
submodules: true

- name: Setup .NET 7.0
uses: actions/setup-dotnet@v3
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
# include-prerelease: true

- name: ⬇️ Restore dependencies
Expand Down

0 comments on commit 4d103e4

Please sign in to comment.