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