Checkout needs everything (#48689)

This commit is contained in:
Andrew Branch 2022-04-13 17:25:05 -07:00 committed by GitHub
parent f1df67cf00
commit 4fdffbf58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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