From 4fdffbf58fadc3d5c56a23002a3ba38a5c7f7411 Mon Sep 17 00:00:00 2001 From: Andrew Branch Date: Wed, 13 Apr 2022 17:25:05 -0700 Subject: [PATCH] Checkout needs everything (#48689) --- .github/workflows/twoslash-repros.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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