From 8761add822f5861e0d32a9a473b4732d837e9fae Mon Sep 17 00:00:00 2001 From: Daniel Frey Date: Thu, 27 Apr 2023 21:13:55 +0200 Subject: [PATCH] Upgrade clang-format version --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 6f7a5303..71799673 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -19,9 +19,9 @@ jobs: with: submodules: recursive - - uses: DoozyX/clang-format-lint-action@v0.15 + - uses: DoozyX/clang-format-lint-action@v0.16 with: source: './include ./src' exclude: './include/tao/json/external' extensions: 'hpp,cpp' - clangFormatVersion: 15 + clangFormatVersion: 16