diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 13a038f2b..2f44418cf 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -10,10 +10,9 @@ jobs: name: DocFX steps: - name: Checkout Examine - uses: actions/checkout@v2 + uses: actions/checkout@v3.3.0 with: - path: feature/docfx - fetch-depth: 0 + ref: feature/docfx - name: Setup .NET 6 SDK uses: actions/setup-dotnet@v1 with: