From 68c7357e73da33be5f96e727193ea01b4fe56ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 08:42:20 +0000 Subject: [PATCH] chore: update mcr.microsoft.com/playwright docker tag to v1.39.0 --- .github/workflows/TASKLIST_CARBONISATION.yml | 2 +- .github/workflows/VISUAL_REGRESSION.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index c2a1a5cd1..c4dfd27da 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