diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 53dca703a2953..3a91ffb0b1ad9 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -27,7 +27,7 @@ jobs: - name: Install clang-format uses: aminya/setup-cpp@v1 with: - clangformat: 16.0.6 + clangformat: 17.0.1 - name: Setup Python env uses: actions/setup-python@v4