diff --git a/.github/workflows/cpp_style_checks.yml b/.github/workflows/cpp_style_checks.yml index ee30c8464e..8c2cdb1a62 100644 --- a/.github/workflows/cpp_style_checks.yml +++ b/.github/workflows/cpp_style_checks.yml @@ -18,12 +18,12 @@ jobs: steps: - uses: actions/checkout@v4.1.5 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: '11' check-path: 'libsyclinterface' - name: Run clang-format style check for api headers. - uses: jidicula/clang-format-action@v4.12.0 + uses: jidicula/clang-format-action@v4.13.0 with: clang-format-version: '11' check-path: 'dpctl/apis'