From d7df8c335ef69d865f0c32b85ec36878395a05d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 19:56:07 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/playwright docker tag to v1.55.0 --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index c9c69b40..d02e3839 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -11,7 +11,7 @@ jobs: name: Run unit tests runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.52.0-noble + image: mcr.microsoft.com/playwright:v1.55.0-noble options: --user 1001 steps: