From 19dd4aee33b9f8f06131c29583045a84bffe7c7d Mon Sep 17 00:00:00 2001 From: Denis Arnst Date: Mon, 18 Mar 2024 20:25:18 +0100 Subject: [PATCH] Format: Use latest clang format --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 5383763..f437d0b 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -8,8 +8,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.11 + - uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.' extensions: 'h,c' - clangFormatVersion: 11 + clangFormatVersion: 16