diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index e1bdc4b84..297144427 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -27,7 +27,9 @@ jobs: cancel-in-progress: true steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + fetch-depth: 0 - name: Install clang-format run: |