diff --git a/.github/workflows/new_client.yml b/.github/workflows/new_client.yml index ac8e96c2006b..d4c965ee1100 100644 --- a/.github/workflows/new_client.yml +++ b/.github/workflows/new_client.yml @@ -17,6 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: 2 - uses: actions/setup-go@v4 with: go-version: 1.20.x