diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 02135c80d..6a5b88f9f 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -164,6 +164,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6.0.2 + with: + fetch-depth: 2 - name: Install pnpm uses: pnpm/action-setup@v4.2.0 with: