From f601e13a5fbe1d3e6634171c46158cc86289bc5c Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 9 Jan 2025 13:44:47 +0000 Subject: [PATCH] Bump clang-format-check.yml --- .github/workflows/clang-format-check.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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'