From 98649ecd5fa1f53e71f0f12c1e87a6372b512697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:10:14 +0000 Subject: [PATCH] chore: update mcr.microsoft.com/playwright docker tag to v1.41.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 81f0a8b3e..9500e9bea 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.40.1 + image: mcr.microsoft.com/playwright:v1.41.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 ab77e2ea8..02aba45eb 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.40.1 + image: mcr.microsoft.com/playwright:v1.41.0 options: --user 1001:1000 steps: - name: Check out repository code