From cdb4f74054fc96c8e26630f9fe22f6202f26d667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:06:42 +0000 Subject: [PATCH] Update mcr.microsoft.com/playwright Docker digest to 02810c9 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414b49ea2..854863cce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,7 +267,7 @@ jobs: # old 10m cap off a slow mirror). Pinned by digest like the actions above so # a bot can bump it; the trailing comment records the version, which # `make playwright-version-check` keeps locked to the @playwright/test pin. - container: mcr.microsoft.com/playwright@sha256:9bd26ad900bb5e0f4dee75839e957a89ae89c2b7ab1e76050e559790e946b948 # v1.60.0-noble + container: mcr.microsoft.com/playwright@sha256:02810c978d5396bf382ab6015c25ad6bed9e39f4a41c5b9c829e9fea439274e2 # v1.60.0-noble strategy: fail-fast: false matrix: @@ -396,7 +396,7 @@ jobs: # Keep browser-component tests on the same Playwright image as the full e2e # suite so Chromium and its OS dependencies are preinstalled instead of # depending on apt during the workflow. - container: mcr.microsoft.com/playwright@sha256:9bd26ad900bb5e0f4dee75839e957a89ae89c2b7ab1e76050e559790e946b948 # v1.60.0-noble + container: mcr.microsoft.com/playwright@sha256:02810c978d5396bf382ab6015c25ad6bed9e39f4a41c5b9c829e9fea439274e2 # v1.60.0-noble steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: