We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de32942 commit f55658fCopy full SHA for f55658f
1 file changed
.github/workflows/linter.yml
@@ -27,9 +27,9 @@ jobs:
27
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
29
- name: Run clang-format
30
- uses: jidicula/clang-format-action@c74383674bf5f7c69f60ce562019c1c94bc1421a # v4.13.0
+ uses: jidicula/clang-format-action@6cd220de46c89139a0365edae93eee8eb30ca8fe # v4.16.0
31
with:
32
- clang-format-version: '17'
+ clang-format-version: '21'
33
fallback-style: 'Google'
34
35
- uses: chartboost/ruff-action@e18ae971ccee1b2d7bbef113930f00c670b78da4 # v1.0.0
0 commit comments