From 12896a89f52520be66f280f18a0c61aa7dbb2ad1 Mon Sep 17 00:00:00 2001 From: Jan Date: Sat, 28 Jun 2025 11:04:01 +0100 Subject: [PATCH] chore: update clang-format version --- .github/workflows/check-formatting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-formatting.yaml b/.github/workflows/check-formatting.yaml index fcc6f20e..30431ea4 100644 --- a/.github/workflows/check-formatting.yaml +++ b/.github/workflows/check-formatting.yaml @@ -15,7 +15,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v2 with: - version: "17.0" + version: "20.1" - name: Test formatting for all files working-directory: ${{ github.workspace }}