Switch to clang-format 18.

This commit is contained in:
Mikaël Capelle
2025-05-21 18:33:59 +02:00
parent 8ee8d9c0df
commit cea3d50a67
+2 -2
View File
@@ -23,9 +23,9 @@ runs:
using: "composite"
steps:
- name: Run clang-format
uses: jidicula/clang-format-action@v4.11.0
uses: jidicula/clang-format-action@v4.15.0
with:
clang-format-version: "17"
clang-format-version: "18"
check-path: ${{ inputs.check-path }}
exclude-regex: ${{ inputs.exclude-regex }}
fallback-style: ${{ inputs.fallback-style }}