diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5b19ff044..fcc64952bb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,6 +81,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} submodules: true + fetch-depth: 0 - name: Checkout ${{ github.event.ref }} uses: actions/checkout@v3 @@ -88,6 +89,7 @@ jobs: with: ref: ${{ github.event.ref }} submodules: true + fetch-depth: 0 - name: Cache Dependencies uses: actions/cache@v3.0.11 @@ -126,6 +128,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} submodules: true + fetch-depth: 0 - name: Checkout ${{ github.event.ref }} uses: actions/checkout@v3 @@ -133,6 +136,7 @@ jobs: with: ref: ${{ github.event.ref }} submodules: true + fetch-depth: 0 - name: Cache Dependencies uses: actions/cache@v3.0.11