diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index dbbcec54..b3299352 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -49,7 +49,7 @@ jobs: # Setup software - name: Setup .NET Core - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@v4.0.1 with: dotnet-version: 7.0.x