From 1e99aa5f786f1bb6cdcc71fc01440f3aba652422 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Mon, 12 Aug 2024 10:45:41 +0200 Subject: [PATCH] Bump clang format to v18 --- .github/workflows/formatapply.yml | 4 ++-- .github/workflows/formatcheck.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formatapply.yml b/.github/workflows/formatapply.yml index 1cd116c4f..b9b70bfdc 100644 --- a/.github/workflows/formatapply.yml +++ b/.github/workflows/formatapply.yml @@ -12,13 +12,13 @@ jobs: - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file inplace: True - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file inplace: True - name: Commit Formatting diff --git a/.github/workflows/formatcheck.yml b/.github/workflows/formatcheck.yml index 0f4226a3b..4c8db54ff 100644 --- a/.github/workflows/formatcheck.yml +++ b/.github/workflows/formatcheck.yml @@ -11,5 +11,5 @@ jobs: - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file