diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 0f39d7bd8be..218a83146a1 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -29,13 +29,11 @@ jobs: - name: Formatting Check (Source) uses: jidicula/clang-format-action@v4.14.0 with: - clang-format-version: '13' + clang-format-version: '18' check-path: 'Source' - fallback-style: 'webkit' - name: Formatting Check (test) uses: jidicula/clang-format-action@v4.14.0 with: - clang-format-version: '13' + clang-format-version: '18' check-path: 'test' - fallback-style: 'webkit'