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 @@ -243,7 +243,7 @@ jobs:
243243 << : *default-job
244244 resource_class : ' medium+'
245245 docker :
246- - image : mcr.microsoft.com/playwright:v1.56.0 -noble
246+ - image : mcr.microsoft.com/playwright:v1.56.1 -noble
247247 steps :
248248 - checkout
249249 - install_js :
@@ -268,7 +268,7 @@ jobs:
268268 test_regressions :
269269 << : *default-job
270270 docker :
271- - image : mcr.microsoft.com/playwright:v1.56.0 -noble
271+ - image : mcr.microsoft.com/playwright:v1.56.1 -noble
272272 steps :
273273 - checkout
274274 - install_js :
@@ -283,7 +283,7 @@ jobs:
283283 test_e2e :
284284 << : *default-job
285285 docker :
286- - image : mcr.microsoft.com/playwright:v1.56.0 -noble
286+ - image : mcr.microsoft.com/playwright:v1.56.1 -noble
287287 steps :
288288 - checkout
289289 - install_js :
You can’t perform that action at this time.
0 commit comments