From 286994baaf19d45bfedb549977c585f19ad70470 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 13 Apr 2022 14:18:50 +0200 Subject: [PATCH] Update GH action to use clang-format-12 --- .github/workflows/lint-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-workflow.yml b/.github/workflows/lint-workflow.yml index 8a349d1..b9ea676 100644 --- a/.github/workflows/lint-workflow.yml +++ b/.github/workflows/lint-workflow.yml @@ -19,8 +19,8 @@ jobs: uses: actions/checkout@v2 - name: Lint - uses: DoozyX/clang-format-lint-action@v0.11 + uses: DoozyX/clang-format-lint-action@v0.13 with: source: "./" extensions: "h,c" - clangFormatVersion: 10 + clangFormatVersion: 12.0.0