From 89188d55c847d742289f3908baa438111cda1be3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:29:21 +0000 Subject: [PATCH] chore: update mcr.microsoft.com/playwright docker tag to v1.36.1 --- .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 54df3352b..7033fdef1 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.35.1 + image: mcr.microsoft.com/playwright:v1.36.1 options: --user 1001:1000 steps: - name: Checkout form-js diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index 7755e7a3b..06a17d59a 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.35.1 + image: mcr.microsoft.com/playwright:v1.36.1 options: --user 1001:1000 steps: - name: Check out repository code