diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1aa716da1b..282a007d8b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -196,7 +196,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 with: - fetch-depth: 0 # Fetch all history for all tags and branches + fetch-depth: 0 + - uses: ./.github/actions/setup - name: install run: |