Skip to content

Commit

Permalink
[Workflow] Update clang-format to 17.0.1 (#67402)
Browse files Browse the repository at this point in the history
17.0.1 is our most recent stable version which we decided to follow and
it fixes the issue described in #67343
  • Loading branch information
tru committed Sep 28, 2023
1 parent 26eb428 commit db777db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db777db

Please sign in to comment.