diff --git a/.github/workflows/VISUAL_REGRESSION.yml b/.github/workflows/VISUAL_REGRESSION.yml index aec7b46cd..7755e7a3b 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.34.1 + image: mcr.microsoft.com/playwright:v1.35.1 options: --user 1001:1000 steps: - name: Check out repository code