Skip to content

Commit ca17f13

Browse files
fix workflow yml
1 parent 435a361 commit ca17f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v2
17+
uses: actions/setup-dotnet@v3
1818
with:
19-
dotnet-version: 8.0.x
19+
dotnet-version: '8.0.x'
2020
- name: setup-msbuild
2121
uses: microsoft/[email protected]
2222
- name: Restore dependencies

0 commit comments

Comments
 (0)