Skip to content

Commit 7bad589

Browse files
authored
Merge pull request #2027 from IntelPython/dependabot/github_actions/jidicula/clang-format-action-4.15.0
Bump jidicula/clang-format-action from 4.14.0 to 4.15.0
2 parents dbd5a08 + c0e7f65 commit 7bad589

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)