76
76
77
77
- name : Install clang v7
78
78
if : matrix.os == 'Linux'
79
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
79
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
80
80
with :
81
81
version : ' 7'
82
82
88
88
89
89
- name : Install clang v8
90
90
if : matrix.os == 'Linux'
91
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
91
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
92
92
with :
93
93
version : ' 8'
94
94
99
99
run : just test
100
100
101
101
- name : Install clang v9
102
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
102
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
103
103
with :
104
104
version : ' 9'
105
105
@@ -109,7 +109,7 @@ jobs:
109
109
run : just test
110
110
111
111
- name : Install clang v10
112
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
112
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
113
113
with :
114
114
version : ' 10'
115
115
@@ -119,7 +119,7 @@ jobs:
119
119
run : just test
120
120
121
121
- name : Install clang 11
122
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
122
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
123
123
with :
124
124
version : ' 11'
125
125
@@ -129,7 +129,7 @@ jobs:
129
129
run : just test
130
130
131
131
- name : Install clang 12
132
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
132
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
133
133
with :
134
134
version : ' 12'
135
135
@@ -139,7 +139,7 @@ jobs:
139
139
run : just test
140
140
141
141
- name : Install clang 13
142
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
142
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
143
143
with :
144
144
version : ' 13'
145
145
@@ -149,7 +149,7 @@ jobs:
149
149
run : just test
150
150
151
151
- name : Install clang 14
152
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
152
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
153
153
with :
154
154
version : ' 14'
155
155
@@ -159,7 +159,7 @@ jobs:
159
159
run : just test
160
160
161
161
- name : Install clang 15
162
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
162
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
163
163
with :
164
164
version : ' 15'
165
165
@@ -169,7 +169,7 @@ jobs:
169
169
run : just test
170
170
171
171
- name : Install clang 16
172
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
172
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
173
173
with :
174
174
version : ' 16'
175
175
@@ -179,7 +179,7 @@ jobs:
179
179
run : just test
180
180
181
181
- name : Install clang 17
182
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
182
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
183
183
with :
184
184
version : ' 17'
185
185
@@ -189,7 +189,7 @@ jobs:
189
189
run : just test
190
190
191
191
- name : Install clang 18
192
- uses : cpp-linter/cpp_linter_rs/install-clang-action@pr-reviews
192
+ uses : cpp-linter/cpp_linter_rs/install-clang-action@main
193
193
with :
194
194
version : ' 18'
195
195
0 commit comments