From c44ee3f4affbac16d0c493ef72821e8e495d2178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:15:28 +0000 Subject: [PATCH] Bump jidicula/clang-format-action from 4.12.0 to 4.13.0 Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](https://github.com/jidicula/clang-format-action/compare/v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cpp_style_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'