Skip to content

Commit 4aa8384

Browse files
committed
Update CI dotnet-setup to 10
1 parent b821724 commit 4aa8384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121

22-
- name: .NET 9.0
23-
uses: actions/setup-dotnet@v4
22+
- name: .NET 10.0
23+
uses: actions/setup-dotnet@v5
2424
with:
25-
dotnet-version: 9.0.x
25+
dotnet-version: 10.0.x
2626

2727
- name: Build
2828
run: |

0 commit comments

Comments
 (0)