diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 21e8860..3694829 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -52,7 +52,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v3.2.0 + uses: jidicula/clang-format-action@v4.5.0 with: clang-format-version: '11' check-path: ${{ matrix.path }}