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 9090 steps :
9191 - uses : actions/checkout@v3
9292 - name : Run clang-format style check for C/C++/Protobuf programs.
93- uses : jidicula/clang-format-action@v4.10.1
93+ uses : jidicula/clang-format-action@v4.10.2
9494 with :
9595 clang-format-version : ' 13'
9696 check-path : ' src'
@@ -115,7 +115,7 @@ jobs:
115115 steps:
116116 - uses: actions/checkout@v3
117117 - name: Run clang-format style check for C/C++/Protobuf programs.
118- uses: jidicula/clang-format-action@v4.10.1
118+ uses: jidicula/clang-format-action@v4.10.2
119119 with:
120120 clang-format-version: '13'
121121 check-path: ${{ matrix.path }}
@@ -142,7 +142,7 @@ jobs:
142142 steps:
143143 - uses: actions/checkout@v3
144144 - name: Run clang-format style check for C/C++/Protobuf programs.
145- uses: jidicula/clang-format-action@v4.10.1
145+ uses: jidicula/clang-format-action@v4.10.2
146146 with:
147147 clang-format-version: '13'
148148 check-path: ${{ matrix.path['check'] }}
You can’t perform that action at this time.
0 commit comments