From 3f1451a17ca765f0ed61b3c730c1582ab3f9aded Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Tue, 26 Sep 2023 10:31:07 +0200 Subject: [PATCH] [Workflow] Update clang-format to 17.0.1 17.0.1 is our most recent stable version which we decided to follow and it fixes the issue described in llvm/llvm-project#67343 --- .github/workflows/pr-code-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index 53dca703a2953..3a91ffb0b1ad9 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -27,7 +27,7 @@ jobs: - name: Install clang-format uses: aminya/setup-cpp@v1 with: - clangformat: 16.0.6 + clangformat: 17.0.1 - name: Setup Python env uses: actions/setup-python@v4