Skip to content

Commit 246befb

Browse files
Bump jidicula/clang-format-action from 4.13.0 to 4.14.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a94ef9 commit 246befb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cpp_style_checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4.2.2
2121
- name: Run clang-format style check for C/C++ programs.
22-
uses: jidicula/clang-format-action@v4.13.0
22+
uses: jidicula/clang-format-action@v4.14.0
2323
with:
2424
clang-format-version: '18'
2525
check-path: 'libsyclinterface'
2626
- name: Run clang-format style check for api headers.
27-
uses: jidicula/clang-format-action@v4.13.0
27+
uses: jidicula/clang-format-action@v4.14.0
2828
with:
2929
clang-format-version: '18'
3030
check-path: 'dpctl/apis'
3131
- name: Run clang-format style check for libtensor/source.
32-
uses: jidicula/clang-format-action@v4.13.0
32+
uses: jidicula/clang-format-action@v4.14.0
3333
with:
3434
clang-format-version: '18'
3535
check-path: 'dpctl/tensor/libtensor/source'
3636
- name: Run clang-format style check for libtensor/include.
37-
uses: jidicula/clang-format-action@v4.13.0
37+
uses: jidicula/clang-format-action@v4.14.0
3838
with:
3939
clang-format-version: '18'
4040
check-path: 'dpctl/tensor/libtensor/include'

0 commit comments

Comments
 (0)