Skip to content

Commit fe80486

Browse files
authored
Merge pull request #734 from aws-powertools/fix-apidocs-build
chore: Update api docs build to dotnet 8
2 parents 50f4b42 + c8f49d2 commit fe80486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
environment: Docs
5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57-
- name: Setup .NET 6.0
57+
- name: Setup .NET 8.0
5858
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
5959
with:
60-
dotnet-version: 6.0.405
60+
dotnet-version: '8.x'
6161

6262
- name: Build Api Docs
6363
run: |

0 commit comments

Comments
 (0)