We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e9dc4 commit 4a41058Copy full SHA for 4a41058
1 file changed
.github/workflows/build.yml
@@ -13,11 +13,11 @@ jobs:
13
name: Build windows-latest
14
runs-on: windows-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
17
- name: Setup .NET Core
18
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v5
19
with:
20
- dotnet-version: 8.0.*
+ dotnet-version: 10.0.*
21
- name: Install Dependencies
22
run: dotnet restore
23
- name: Build
0 commit comments