We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c3290 commit b7d2bd6Copy full SHA for b7d2bd6
.github/workflows/pr-code-format.yml
@@ -52,10 +52,13 @@ jobs:
52
echo "Formatting files:"
53
echo "$CHANGED_FILES"
54
55
+ # The clang format version should always be upgraded to the first version
56
+ # of a release cycle (x.1.0) or the last version of a release cycle, or
57
+ # if there have been relevant clang-format backports.
58
- name: Install clang-format
59
uses: aminya/setup-cpp@17c11551771948abc5752bbf3183482567c7caf0 # v1.1.1
60
with:
- clangformat: 20.1.8
61
+ clangformat: 21.1.0
62
63
- name: Setup Python env
64
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
0 commit comments