From 88e77a0bf64a655b2d472eae2abd4ece7c94f2d5 Mon Sep 17 00:00:00 2001 From: Viet Anh Nguyen Date: Tue, 24 Oct 2023 08:11:31 +0700 Subject: [PATCH] Upgrade clang format action --- .github/workflows/clang-format-check.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 9e4e76e2..74efa3cb 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -7,14 +7,14 @@ jobs: strategy: matrix: path: - - check: 'src' - exclude: 'third_party' - - check: 'include' - exclude: 'third_party' + - check: 'src' + exclude: 'third_party' + - check: 'include' + exclude: 'third_party' steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.4.1 + uses: jidicula/clang-format-action@v4.11.0 with: clang-format-version: '13' check-path: ${{ matrix.path['check'] }}