From 743c2a0398fff6cdb3baa6da83eae2970d9e605d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yohann=20B=C3=A9n=C3=A9dic?= Date: Sun, 21 Jan 2024 08:14:16 +0100 Subject: [PATCH] fix clang format version --- .github/workflows/code_format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_format.yml b/.github/workflows/code_format.yml index 2cf33ef..3749cbf 100644 --- a/.github/workflows/code_format.yml +++ b/.github/workflows/code_format.yml @@ -20,6 +20,6 @@ jobs: uses: actions/checkout@v4 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.5.0 + uses: jidicula/clang-format-action@v4 with: - clang-format-version: '18' + clang-format-version: '17'