From c0135392637174607024718aac3a6d6f621167af Mon Sep 17 00:00:00 2001 From: Egor Orachev Date: Fri, 2 Dec 2022 11:51:00 +0300 Subject: [PATCH] gh-147: try-update clang format action --- .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 dac09010f..8f197e12a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check - uses: jidicula/clang-format-action@v4.8.0 + uses: jidicula/clang-format-action@v4.9.0 with: - clang-format-version: '12' + clang-format-version: '13' check-path: ${{ matrix.path }}