Просмотр исходного кода

Merge branch 'master' into fix/escape-regexp-when-finding-ancestors-children

Yuki Takei 1 год назад
Родитель
Сommit
2aba836915
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/reusable-app-prod.yml

+ 1 - 1
.github/workflows/reusable-app-prod.yml

@@ -181,7 +181,7 @@ jobs:
     container:
     container:
       # Match the Playwright version
       # Match the Playwright version
       # https://github.com/microsoft/playwright/issues/20010
       # https://github.com/microsoft/playwright/issues/20010
-      image: mcr.microsoft.com/playwright:v1.46.0-jammy
+      image: mcr.microsoft.com/playwright:v1.49.1-jammy
 
 
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false