From aac99c467c2e09ed08a2559026627f70afac5a70 Mon Sep 17 00:00:00 2001 From: Zachary Ferguson Date: Thu, 5 Sep 2024 20:20:06 -0400 Subject: [PATCH] chore: Update clang-format version to '18' --- .github/workflows/clang-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index af3092c93..524c6d1e2 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -29,5 +29,5 @@ jobs: - name: clang-format style check uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '17' + clang-format-version: '18' check-path: ${{ matrix.path }} \ No newline at end of file