File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,22 +19,22 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v5.0.0
2121 - name : Run clang-format style check for C/C++ programs.
22- uses : jidicula/clang-format-action@v4.15 .0
22+ uses : jidicula/clang-format-action@v4.16 .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.15 .0
27+ uses : jidicula/clang-format-action@v4.16 .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.15 .0
32+ uses : jidicula/clang-format-action@v4.16 .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.15 .0
37+ uses : jidicula/clang-format-action@v4.16 .0
3838 with :
3939 clang-format-version : ' 18'
4040 check-path : ' dpctl/tensor/libtensor/include'
You can’t perform that action at this time.
0 commit comments