Skip to content

Commit 68fddbc

Browse files
authored
Merge pull request #1916 from IntelPython/dependabot/github_actions/jidicula/clang-format-action-4.14.0
Bump jidicula/clang-format-action from 4.13.0 to 4.14.0
2 parents 4a94ef9 + 246befb commit 68fddbc

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)