Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f4b9af3

Browse files
committed
ci(github): update dependencies
- bump playwright from 1.31.0 to 1.31.1
1 parent f92e154 commit f4b9af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
container:
1212
# Using the playwright container (https://mcr.microsoft.com/product/playwright/about)
1313
# for performance reasons to avoid having to download and install all dependencies again.
14-
image: mcr.microsoft.com/playwright:v1.31.0-focal
14+
image: mcr.microsoft.com/playwright:v1.31.1-focal
1515
# Container should run with the same user of the host VM, otherwise it leads to permission issues
1616
# see: https://github.com/actions/runner/issues/691 & https://github.com/actions/checkout/issues/211#issuecomment-680107607
1717
options: --user 1001

0 commit comments

Comments
 (0)