From c0cd57870a72b604c842f61dff44472e572f558e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:14:22 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.15.0 to 4.16.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.15.0 to 4.16.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.15.0...v4.16.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-version: 4.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp_style_checks.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cpp_style_checks.yml b/.github/workflows/cpp_style_checks.yml index 309f987b44..c052bd0317 100644 --- a/.github/workflows/cpp_style_checks.yml +++ b/.github/workflows/cpp_style_checks.yml @@ -19,22 +19,22 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Run clang-format style check for C/C++ programs. - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '18' check-path: 'libsyclinterface' - name: Run clang-format style check for api headers. - uses: jidicula/clang-format-action@v4.15.0 + uses: jidicula/clang-format-action@v4.16.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.15.0 + uses: jidicula/clang-format-action@v4.16.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.15.0 + uses: jidicula/clang-format-action@v4.16.0 with: clang-format-version: '18' check-path: 'dpctl/tensor/libtensor/include'