From a6e0fc113fb23a724fbba8556acb821633a89075 Mon Sep 17 00:00:00 2001 From: Ryan Hechenberger Date: Fri, 29 Nov 2024 10:41:55 +1100 Subject: [PATCH] set workflow to clang-format 18.1.3 --- .github/workflows/clang-format-apply.yml | 2 +- .github/workflows/clang-format-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format-apply.yml b/.github/workflows/clang-format-apply.yml index ae58d9f..04ea81f 100644 --- a/.github/workflows/clang-format-apply.yml +++ b/.github/workflows/clang-format-apply.yml @@ -12,7 +12,7 @@ jobs: with: source: '.' exclude: './extern ./libs' - clangFormatVersion: 18 + clangFormatVersion: 18.1.3 inplace: True - uses: EndBug/add-and-commit@v9 with: diff --git a/.github/workflows/clang-format-test.yml b/.github/workflows/clang-format-test.yml index 3819fe4..4798c4f 100644 --- a/.github/workflows/clang-format-test.yml +++ b/.github/workflows/clang-format-test.yml @@ -12,4 +12,4 @@ jobs: with: source: '.' exclude: './extern ./libs' - clangFormatVersion: 18 + clangFormatVersion: 18.1.3