chore: updat clang-format action to 4.16.0

This commit is contained in:
Michael Vetter
2026-03-09 09:17:24 +01:00
parent a26cdf386b
commit 0b46c32a71

View File

@@ -55,7 +55,7 @@ jobs:
run: |
grep -P 'auto_(char|gchar|gcharv|gerror|guchar|jid|sqlite|gfd|FILE)[\w *]*;$' -r src && exit -1 || true
- name: Run clang-format
uses: jidicula/clang-format-action@v4.15.0
uses: jidicula/clang-format-action@v4.16.0
with:
clang-format-version: '21'
check-path: 'src'