File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
19
19
steps :
20
20
21
21
- 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
23
23
with :
24
24
clang-format-version : ' 18'
25
25
check-path : ' libsyclinterface'
26
26
- 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
28
28
with :
29
29
clang-format-version : ' 18'
30
30
check-path : ' dpctl/apis'
31
31
- 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
33
33
with :
34
34
clang-format-version : ' 18'
35
35
check-path : ' dpctl/tensor/libtensor/source'
36
36
- 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
38
38
with :
39
39
clang-format-version : ' 18'
40
40
check-path : ' dpctl/tensor/libtensor/include'
You can’t perform that action at this time.
0 commit comments