diff --git a/.github/workflows/cpp_style_checks.yml b/.github/workflows/cpp_style_checks.yml index 09be6e1943..9a6bd4169e 100644 --- a/.github/workflows/cpp_style_checks.yml +++ b/.github/workflows/cpp_style_checks.yml @@ -19,22 +19,22 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '18' check-path: 'libsyclinterface' - name: Run clang-format style check for api headers. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '18' check-path: 'dpctl/apis' - name: Run clang-format style check for libtensor/source. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '18' check-path: 'dpctl/tensor/libtensor/source' - name: Run clang-format style check for libtensor/include. - uses: jidicula/clang-format-action@v4.13.0 + uses: jidicula/clang-format-action@v4.14.0 with: clang-format-version: '18' check-path: 'dpctl/tensor/libtensor/include'