diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index fc3d8249..e62f1c5f 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -37,7 +37,7 @@ jobs: # Setup software - name: Setup .NET Core - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: dotnet-version: 10.0.x