File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 steps :
109109 - uses : actions/checkout@v4
110110 - name : Run clang-format style check for C/C++/Protobuf programs.
111- uses : jidicula/clang-format-action@v4.16 .0
111+ uses : jidicula/clang-format-action@v4.17 .0
112112 with :
113113 clang-format-version : ' 13'
114114 check-path : ' src'
@@ -133,7 +133,7 @@ jobs:
133133 steps:
134134 - uses: actions/checkout@v4
135135 - name: Run clang-format style check for C/C++/Protobuf programs.
136- uses: jidicula/clang-format-action@v4.16 .0
136+ uses: jidicula/clang-format-action@v4.17 .0
137137 with:
138138 clang-format-version: '13'
139139 check-path: ${{ matrix.path }}
@@ -160,7 +160,7 @@ jobs:
160160 steps:
161161 - uses: actions/checkout@v4
162162 - name: Run clang-format style check for C/C++/Protobuf programs.
163- uses: jidicula/clang-format-action@v4.16 .0
163+ uses: jidicula/clang-format-action@v4.17 .0
164164 with:
165165 clang-format-version: '13'
166166 check-path: ${{ matrix.path['check'] }}
You can’t perform that action at this time.
0 commit comments