diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 2ab63f628e..a4d7c5f09f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - name: node uses: actions/setup-node@v3 @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - fetch-depth: 2 + fetch-depth: 0 - name: node uses: actions/setup-node@v3