Skip to content

Commit db087ca

Browse files
authored
Update testing.yml
1 parent 95f9d00 commit db087ca

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ jobs:
2121
runs-on: windows-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27+
28+
- name: Setup .NET
29+
uses: actions/setup-dotnet@v3
30+
with:
31+
dotnet-version: 8.0.x
2732

2833
- name: Cache NuGet
2934
uses: actions/cache@v3

0 commit comments

Comments
 (0)