Skip to content

Commit 4499b87

Browse files
committed
Update dotnet.yml
1 parent 3357dcb commit 4499b87

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/dotnet.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
runs-on: windows-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
15-
- name: Setup .NET
16-
uses: actions/setup-dotnet@v1
14+
- name: Checkout
15+
uses: actions/[email protected]
16+
17+
- name: Setup
18+
uses: actions/[email protected]
1719
with:
18-
dotnet-version: 5.0.x
20+
dotnet-version: '8.0.x'
1921

2022
- name: Restore dependencies
2123
run: dotnet restore src/

0 commit comments

Comments
 (0)