[Workflow] Update clang-format to 17.0.1 (#67402)

17.0.1 is our most recent stable version which we decided to follow and
it fixes the issue described in llvm/llvm-project#67343
This commit is contained in:
Tobias Hieta 2023-09-28 08:37:30 +02:00 committed by GitHub
parent 26eb4285b5
commit db777db25c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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