Skip to content

Commit 5ae4671

Browse files
chore: update mcr.microsoft.com/playwright docker tag to v1.57.0
1 parent 7d9411b commit 5ae4671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.pull_request.state != 'closed' && (github.event.label.name == 'update-snapshots' || contains( github.event.pull_request.labels.*.name, 'update-snapshots'))
1010
runs-on: ubuntu-latest
1111
container:
12-
image: mcr.microsoft.com/playwright:v1.51.1
12+
image: mcr.microsoft.com/playwright:v1.57.0
1313
options: --user 1001:1000
1414

1515
steps:

.github/workflows/VISUAL_REGRESSION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
container:
8-
image: mcr.microsoft.com/playwright:v1.51.1
8+
image: mcr.microsoft.com/playwright:v1.57.0
99
options: --user 1001:1000
1010
steps:
1111
- name: Check out repository code

0 commit comments

Comments
 (0)