diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 81a8e14f..122bdcb5 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.6.2 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '14' check-path: 'src'