diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 0061ea46f37ab..22357e5d99e4c 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -55,7 +55,7 @@ jobs: - name: Install clang-format uses: aminya/setup-cpp@v1 with: - clangformat: 18.1.1 + clangformat: 18.1.7 - name: Setup Python env uses: actions/setup-python@v5