[llvm] [GitHub][workflows] Use latest clang-format version 20.1.8 (PR #148099)

Owen Pan via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 18:51:41 PDT 2025


https://github.com/owenca created https://github.com/llvm/llvm-project/pull/148099

None

>From 03766b439a236098b29c46d8da1ec9b944081702 Mon Sep 17 00:00:00 2001
From: Owen Pan <owenpiano at gmail.com>
Date: Thu, 10 Jul 2025 18:46:39 -0700
Subject: [PATCH] [GitHub][workflows] Use latest clang-format version 20.1.8

---
 .github/workflows/pr-code-format.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml
index 05d69861e1841..70bcaafbd0cf3 100644
--- a/.github/workflows/pr-code-format.yml
+++ b/.github/workflows/pr-code-format.yml
@@ -55,7 +55,7 @@ jobs:
       - name: Install clang-format
         uses: aminya/setup-cpp at 17c11551771948abc5752bbf3183482567c7caf0 # v1.1.1
         with:
-          clangformat: 20.1.5
+          clangformat: 20.1.8
 
       - name: Setup Python env
         uses: actions/setup-python at 42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0



More information about the llvm-commits mailing list