From b5180cf07a302274a90a7636173cca7b56a107f9 Mon Sep 17 00:00:00 2001 From: Piotr Wysocki <86244209+piwysocki@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:43:03 +0100 Subject: [PATCH] ci: clang format version bump (#6640) --- .github/workflows/check_clang_format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_clang_format.yml b/.github/workflows/check_clang_format.yml index 93150984a..94dc3461f 100644 --- a/.github/workflows/check_clang_format.yml +++ b/.github/workflows/check_clang_format.yml @@ -13,14 +13,14 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: DoozyX/clang-format-lint-action@v0.14 + - uses: DoozyX/clang-format-lint-action@v0.15 with: source: 'core' extensions: 'js,ts' # This should be as close as possible to the version that the npm # package supports. This can be found by running: # npx clang-format --version. - clangFormatVersion: 13 + clangFormatVersion: 15 # The Report clang format workflow (report_clang_format.yml) will # run (if required) after this one to post a comment to the PR.