diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index 6e2b02345..c274cebc2 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -7,7 +7,7 @@ jobs: name: Run visual regression runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.38.1 + image: mcr.microsoft.com/playwright:v1.39.0 options: --user 1001:1000 steps: - name: Checkout form-js diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index 682185c6b..baa5f55eb 100644 --- a/.github/workflows/VISUAL_REGRESSION.yml +++ b/.github/workflows/VISUAL_REGRESSION.yml @@ -5,7 +5,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.38.1 + image: mcr.microsoft.com/playwright:v1.39.0 options: --user 1001:1000 steps: - name: Check out repository code