From 3b767145a8e81152de910acb19ffca08f3ad41bd Mon Sep 17 00:00:00 2001 From: Srinivas Vasudevan Date: Thu, 30 May 2024 14:38:50 -0700 Subject: [PATCH] Use a newer version of clang-format --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index fb07351..a357793 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -22,5 +22,5 @@ jobs: - name: Run clang-format. uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: '17' + clang-format-version: '18' check-path: ${{ matrix.path }}