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 8686 steps :
8787 - uses : actions/checkout@v2
8888 - name : Run clang-format style check for C/C++/Protobuf programs.
89- uses : jidicula/clang-format-action@v4.8 .0
89+ uses : jidicula/clang-format-action@v4.9 .0
9090 with :
9191 clang-format-version : ' 13'
9292 check-path : ' src'
@@ -111,7 +111,7 @@ jobs:
111111 steps:
112112 - uses: actions/checkout@v2
113113 - name: Run clang-format style check for C/C++/Protobuf programs.
114- uses: jidicula/clang-format-action@v4.8 .0
114+ uses: jidicula/clang-format-action@v4.9 .0
115115 with:
116116 clang-format-version: '13'
117117 check-path: ${{ matrix.path }}
@@ -138,7 +138,7 @@ jobs:
138138 steps:
139139 - uses: actions/checkout@v2
140140 - name: Run clang-format style check for C/C++/Protobuf programs.
141- uses: jidicula/clang-format-action@v4.8 .0
141+ uses: jidicula/clang-format-action@v4.9 .0
142142 with:
143143 clang-format-version: '13'
144144 check-path: ${{ matrix.path['check'] }}
You can’t perform that action at this time.
0 commit comments