From 43b71c6015e0fcb6e068e593aa7f9b86e4ab72f4 Mon Sep 17 00:00:00 2001 From: Merry Date: Sat, 4 Feb 2023 11:32:11 +0000 Subject: [PATCH] clang-format: Use clang-format 15 --- .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 0138a51a..52a71d88 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout dynarmic repo uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.12 + - uses: DoozyX/clang-format-lint-action@v0.15 with: source: 'src tests' - clangFormatVersion: 12 + clangFormatVersion: 15