22
22
include : [{os: ubuntu-latest, dart_channel: dev}]
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
- uses : arduino/setup-protoc@v1
27
27
with : { version: "${{ env.protoc_version }}", repo-token: "${{ github.token }}" }
28
28
- uses : dart-lang/setup-dart@v1
85
85
node_version : 12
86
86
87
87
steps :
88
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v3
89
89
- uses : dart-lang/setup-dart@v1
90
90
with : {sdk: stable}
91
- - uses : actions/setup-node@v2
92
- with : {node-version: "${{ matrix.node_version }}"}
93
91
- uses : arduino/setup-protoc@v1
94
92
with :
95
93
version : ${{ env.PROTOC_VERSION }}
@@ -165,7 +163,7 @@ jobs:
165
163
runs-on : ubuntu-latest
166
164
167
165
steps :
168
- - uses : actions/checkout@v2
166
+ - uses : actions/checkout@v3
169
167
- uses : arduino/setup-protoc@v1
170
168
with : { version: "${{ env.protoc_version }}", repo-token: "${{ github.token }}" }
171
169
- uses : dart-lang/setup-dart@v1
@@ -211,7 +209,7 @@ jobs:
211
209
runs-on : ubuntu-latest
212
210
213
211
steps :
214
- - uses : actions/checkout@v2
212
+ - uses : actions/checkout@v3
215
213
- uses : dart-lang/setup-dart@v1
216
214
- run : dart format --fix .
217
215
- run : git diff --exit-code
@@ -223,7 +221,7 @@ jobs:
223
221
if : " startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass-embedded'"
224
222
225
223
steps :
226
- - uses : actions/checkout@v2
224
+ - uses : actions/checkout@v3
227
225
- uses : arduino/setup-protoc@v1
228
226
with : { version: "${{ env.protoc_version }}", repo-token: "${{ github.token }}" }
229
227
- uses : dart-lang/setup-dart@v1
@@ -257,11 +255,11 @@ jobs:
257
255
if : " startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass-embedded'"
258
256
259
257
steps :
260
- - uses : actions/checkout@v2
258
+ - uses : actions/checkout@v3
261
259
- uses : actions/download-artifact@v3
262
260
with :
263
261
name : embedded-protocol
264
- - uses : docker/setup-qemu-action@v1
262
+ - uses : docker/setup-qemu-action@v2
265
263
- name : Deploy
266
264
run : |
267
265
docker run --rm \
@@ -289,7 +287,7 @@ jobs:
289
287
platform : windows
290
288
291
289
steps :
292
- - uses : actions/checkout@v2
290
+ - uses : actions/checkout@v3
293
291
- uses : actions/download-artifact@v3
294
292
with :
295
293
name : embedded-protocol
@@ -306,7 +304,7 @@ jobs:
306
304
if : " startsWith(github.ref, 'refs/tags/') && github.repository == 'sass/dart-sass-embedded'"
307
305
308
306
steps :
309
- - uses : actions/checkout@v2
307
+ - uses : actions/checkout@v3
310
308
with :
311
309
repository : sass/embedded-host-node
312
310
token : ${{ secrets.GH_TOKEN }}
0 commit comments