From 2c8276862b1924e9090adb01573d3d8e8a1c27a4 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Sun, 11 Aug 2024 21:36:32 +0200 Subject: [PATCH] Use the latest version of Microsoft's Docker image --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 277af5e..48a846f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,7 +9,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.34.3-jammy + image: mcr.microsoft.com/playwright:latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4