From 11b773b1598aa4ae3b32f023701bca5201c3817d Mon Sep 17 00:00:00 2001 From: Slobodan Kletnikov Date: Thu, 21 Dec 2023 16:11:21 +0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9ed78d6..e7ced75 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: clangFormatVersion: description: 'Version of clang-format' required: false - default: '9' + default: '17' style: description: 'Formatting style to use' required: false