From 90dd3806a55dde9c7c187e22e55308f6e97851a5 Mon Sep 17 00:00:00 2001 From: Jasper Date: Mon, 15 Jun 2026 21:06:07 +0000 Subject: [PATCH] fix(ci): update Playwright container to v1.60.0-noble for @playwright/test 1.60.0 --- .gitea/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index e6a632f..6a338d5 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -41,7 +41,7 @@ jobs: e2e: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.59.1-noble + image: mcr.microsoft.com/playwright:v1.60.0-noble steps: - uses: https://git.keligrubb.com/actions/checkout@v7