diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml index ec9a64eb2f1..d96a68b038f 100644 --- a/.github/workflows/twoslash-repros.yaml +++ b/.github/workflows/twoslash-repros.yaml @@ -28,7 +28,9 @@ jobs: if: ${{ github.event.label.name == 'Bisect Repro' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + with: + fetch-depth: 0 - uses: actions/setup-node@v1 with: node-version: 16