Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey004 authored Nov 15, 2023
1 parent de242f1 commit c120146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -55,10 +55,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install .NET 7 SDK
- name: Install .NET 8 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x.x
dotnet-version: 8.x.x
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

0 comments on commit c120146

Please sign in to comment.