Skip to content

Commit 3d3c4f7

Browse files
committed
[spec] dotnet 9.0.x set
1 parent f8770b4 commit 3d3c4f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: actions/[email protected]
2020

2121
- name: Install DotNet
22-
uses: actions/[email protected]
22+
uses: actions/setup-dotnet@v4
23+
with:
24+
dotnet-version: "9.0.x"
2325

2426
- name: Restore Dependencies
2527
run: dotnet restore

0 commit comments

Comments
 (0)