From cb6dd1d01ec09e5dea045485d80b755c5ba6a661 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Tue, 21 Jan 2025 11:48:21 -0800 Subject: [PATCH] Update clang-format version --- .github/actions/clang-format/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/clang-format/action.yml b/.github/actions/clang-format/action.yml index b81af54f..65d6d374 100644 --- a/.github/actions/clang-format/action.yml +++ b/.github/actions/clang-format/action.yml @@ -6,7 +6,7 @@ inputs: version: description: LLVM version to use # Should be kept roughly in sync with arcanist required: false - default: 12 + default: 18 runs: using: "composite"