Skip to content

Commit 3d8e7e8

Browse files
committed
fix: add .NET 10 to the doc builder workflow
1 parent 54b59a7 commit 3d8e7e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
2727
with:
2828
python-version: 3.x
29-
- name: Setup .NET 8
29+
- name: Setup .NET 10
3030
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #v4.3.1
3131
with:
32-
dotnet-version: 8.0.x
32+
dotnet-version: 10.0.x
3333
- run: pip install mkdocs-material==8.2.9
3434
- run: pip install mkdocs-awesome-pages-plugin==2.8.0
3535
- name: Restore dependencies

0 commit comments

Comments
 (0)