Skip to content

Commit

Permalink
Update CI-machine dotnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorium committed Sep 27, 2024
1 parent 48832b9 commit 04ff915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.203
dotnet-version: 8.0.400
- name: Restore .NET local tools
run: dotnet tool restore
- name: Restore packages
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.203
dotnet-version: 8.0.400
- name: Restore .NET local tools
run: dotnet tool restore
- name: Restore packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.203
dotnet-version: 8.0.400
- name: Restore .NET local tools
run: dotnet tool restore
- name: Restore packages
Expand Down

0 comments on commit 04ff915

Please sign in to comment.