Skip to content

Commit a67d268

Browse files
authored
Update docfx.yml
1 parent 433ba53 commit a67d268

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docfx.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 1
1919

20-
- name: Install .NET Core
21-
uses: actions/setup-dotnet@v1
20+
- name: Install .NET
21+
uses: actions/setup-dotnet@v2
2222
with:
23-
dotnet-version: 5.0.x
23+
dotnet-version: 6.0.x
2424

2525
- name: Setup MSBuild.exe
26-
uses: microsoft/setup-msbuild@v1.0.2
26+
uses: microsoft/setup-msbuild@v1.1.1
2727

2828
- name: DocFX
2929
shell: cmd
@@ -32,7 +32,7 @@ jobs:
3232
docfx docfx\docfx.json
3333
3434
- name: Upload DocFX packages
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: docfx_site
3838
path: ${{ github.workspace }}\docfx\_site

0 commit comments

Comments
 (0)