Skip to content

Commit c0e7f65

Browse files
Bump jidicula/clang-format-action from 4.14.0 to 4.15.0
Bumps [jidicula/clang-format-action](https://github.com/jidicula/clang-format-action) from 4.14.0 to 4.15.0. - [Release notes](https://github.com/jidicula/clang-format-action/releases) - [Commits](jidicula/clang-format-action@v4.14.0...v4.15.0) --- updated-dependencies: - dependency-name: jidicula/clang-format-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59e7d4d commit c0e7f65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cpp_style_checks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: Run clang-format style check for C/C++ programs.
22-
uses: jidicula/clang-format-action@v4.14.0
22+
uses: jidicula/clang-format-action@v4.15.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.14.0
27+
uses: jidicula/clang-format-action@v4.15.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.14.0
32+
uses: jidicula/clang-format-action@v4.15.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.14.0
37+
uses: jidicula/clang-format-action@v4.15.0
3838
with:
3939
clang-format-version: '18'
4040
check-path: 'dpctl/tensor/libtensor/include'

0 commit comments

Comments
 (0)