From 2cb65f0fb599f9717c0e2da4f1a0a4c610bba425 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:26:45 +0000 Subject: [PATCH] chore: update mcr.microsoft.com/playwright docker tag to v1.48.0 --- .github/workflows/TASKLIST_CARBONISATION.yml | 2 +- .github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml | 2 +- .github/workflows/VISUAL_REGRESSION.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/TASKLIST_CARBONISATION.yml b/.github/workflows/TASKLIST_CARBONISATION.yml index afbf8b888..501025660 100644 --- a/.github/workflows/TASKLIST_CARBONISATION.yml +++ b/.github/workflows/TASKLIST_CARBONISATION.yml @@ -11,7 +11,7 @@ jobs: name: Run visual regression runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.47.1 + image: mcr.microsoft.com/playwright:v1.48.0 options: --user 1001:1000 steps: - name: Checkout form-js diff --git a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml index 1678c28c8..326c439c2 100644 --- a/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml +++ b/.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml @@ -9,7 +9,7 @@ jobs: if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots')) runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.47.1 + image: mcr.microsoft.com/playwright:v1.48.0 options: --user 1001:1000 steps: diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index da0d29660..d0df7aff6 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.47.1 + image: mcr.microsoft.com/playwright:v1.48.0 options: --user 1001:1000 steps: - name: Check out repository code