3636 os : [ubuntu-latest, windows-latest]
3737 steps :
3838 - name : git clone
39- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
39+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4040 - name : Load Cached Flutter SDK
41- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
41+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
4242 with :
4343 path : |
4444 ./tool/flutter-sdk
@@ -57,11 +57,11 @@ jobs:
5757 fail-fast : false
5858 steps :
5959 - name : Clone Flutter DevTools
60- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
60+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6161 with :
6262 ref : " ${{ github.event.pull_request.head.sha }}"
6363 - name : Load Cached Flutter SDK
64- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
64+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
6565 with :
6666 path : |
6767 ./tool/flutter-sdk
9797 os : [ubuntu-latest, windows-latest]
9898 steps :
9999 - name : git clone
100- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
100+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
101101 - name : Load Cached Flutter SDK
102- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
102+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
103103 with :
104104 path : |
105105 ./tool/flutter-sdk
@@ -119,9 +119,9 @@ jobs:
119119 os : [ubuntu-latest, windows-latest]
120120 steps :
121121 - name : git clone
122- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
122+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
123123 - name : Load Cached Flutter SDK
124- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
124+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
125125 with :
126126 path : |
127127 ./tool/flutter-sdk
@@ -144,9 +144,9 @@ jobs:
144144 os : [ubuntu-latest, windows-latest]
145145 steps :
146146 - name : git clone
147- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
147+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
148148 - name : Load Cached Flutter SDK
149- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
149+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
150150 with :
151151 path : |
152152 ./tool/flutter-sdk
@@ -171,9 +171,9 @@ jobs:
171171
172172 steps :
173173 - name : git clone
174- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
174+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
175175 - name : Load Cached Flutter SDK
176- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
176+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
177177 with :
178178 path : |
179179 ./tool/flutter-sdk
@@ -186,7 +186,7 @@ jobs:
186186 run : ./tool/ci/bots.sh
187187
188188 - name : Upload Golden Failure Artifacts
189- uses : actions/upload-artifact@v4
189+ uses : actions/upload-artifact@v6
190190 if : failure()
191191 with :
192192 name : golden_image_failures.${{ matrix.bot }}
@@ -243,9 +243,9 @@ jobs:
243243 shard : 3/3
244244 steps :
245245 - name : git clone
246- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
246+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
247247 - name : Load Cached Flutter SDK
248- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
248+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
249249 with :
250250 path : |
251251 ./tool/flutter-sdk
@@ -259,7 +259,7 @@ jobs:
259259 run : ./tool/ci/bots.sh
260260
261261 - name : Upload Golden Failure Artifacts
262- uses : actions/upload-artifact@v4
262+ uses : actions/upload-artifact@v6
263263 if : failure()
264264 with :
265265 name : golden_image_failures.${{ matrix.bot }}
@@ -277,9 +277,9 @@ jobs:
277277 os : [ubuntu-latest, windows-latest]
278278 steps :
279279 - name : git clone
280- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
280+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
281281 - name : Load Cached Flutter SDK
282- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
282+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
283283 with :
284284 path : |
285285 ./tool/flutter-sdk
@@ -290,6 +290,31 @@ jobs:
290290 DEVTOOLS_PACKAGE : devtools_extensions
291291 run : ./tool/ci/bots.sh
292292
293+ devtools-webdriver-test :
294+ name : ${{ matrix.os }} devtools webdriver test
295+ needs : flutter-prep
296+ runs-on : ${{ matrix.os }}
297+ strategy :
298+ fail-fast : false
299+ matrix :
300+ bot :
301+ - test_webdriver
302+ os : [ubuntu-latest, windows-latest]
303+ steps :
304+ - name : git clone
305+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
306+ - name : Load Cached Flutter SDK
307+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
308+ with :
309+ path : |
310+ ./tool/flutter-sdk
311+ key : flutter-sdk-${{ runner.os }}-${{ needs.flutter-prep.outputs.latest_flutter_candidate }}
312+ - name : tool/ci/bots.sh
313+ env :
314+ BOT : ${{ matrix.bot }}
315+ PLATFORM : vm
316+ run : ./tool/ci/bots.sh
317+
293318 benchmark-performance :
294319 name : benchmark-performance
295320 needs : flutter-prep
@@ -298,9 +323,9 @@ jobs:
298323 fail-fast : false
299324 steps :
300325 - name : git clone
301- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
326+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
302327 - name : Load Cached Flutter SDK
303- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
328+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
304329 with :
305330 path : |
306331 ./tool/flutter-sdk
@@ -316,9 +341,9 @@ jobs:
316341 fail-fast : false
317342 steps :
318343 - name : git clone
319- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
344+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
320345 - name : Load Cached Flutter SDK
321- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
346+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
322347 with :
323348 path : |
324349 ./tool/flutter-sdk
@@ -339,7 +364,7 @@ jobs:
339364# - test_dart2js
340365# steps:
341366# - name: git clone
342- # uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
367+ # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
343368#
344369# - name: tool/ci/bots.sh
345370# env:
@@ -359,7 +384,7 @@ jobs:
359384# - integration_dart2js
360385# steps:
361386# - name: git clone
362- # uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
387+ # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
363388# - name: tool/ci/bots.sh
364389# env:
365390# BOT: ${{ matrix.bot }}
0 commit comments