From 3bc56faf7a762ac5fe9428e7e09efa88f939fb4e Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Thu, 5 Oct 2023 12:49:19 +0100 Subject: [PATCH] ci: bump version of clang-format action --- .github/workflows/clang-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index ea7b4f12e..76cabbf45 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run clang-format style check for C/C++/Protobuf programs. - uses: jidicula/clang-format-action@v4.10.1 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '16' exclude-regex: '(tests\/catch.hpp|benchmarks\/catch.hpp)'