File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 steps :
105105 - uses : actions/checkout@v4
106106 - name : Run clang-format style check for C/C++/Protobuf programs.
107- uses : jidicula/clang-format-action@v4.14 .0
107+ uses : jidicula/clang-format-action@v4.15 .0
108108 with :
109109 clang-format-version : ' 13'
110110 check-path : ' src'
@@ -129,7 +129,7 @@ jobs:
129129 steps:
130130 - uses: actions/checkout@v4
131131 - name: Run clang-format style check for C/C++/Protobuf programs.
132- uses: jidicula/clang-format-action@v4.14 .0
132+ uses: jidicula/clang-format-action@v4.15 .0
133133 with:
134134 clang-format-version: '13'
135135 check-path: ${{ matrix.path }}
@@ -156,7 +156,7 @@ jobs:
156156 steps:
157157 - uses: actions/checkout@v4
158158 - name: Run clang-format style check for C/C++/Protobuf programs.
159- uses: jidicula/clang-format-action@v4.14 .0
159+ uses: jidicula/clang-format-action@v4.15 .0
160160 with:
161161 clang-format-version: '13'
162162 check-path: ${{ matrix.path['check'] }}
You can’t perform that action at this time.
0 commit comments