Skip to content

Commit 7ed83f0

Browse files
chore: update mcr.microsoft.com/playwright docker tag to v1.49.1
1 parent 4e9b7da commit 7ed83f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/TASKLIST_CARBONISATION.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Run visual regression
1212
runs-on: ubuntu-latest
1313
container:
14-
image: mcr.microsoft.com/playwright:v1.47.1
14+
image: mcr.microsoft.com/playwright:v1.49.1
1515
options: --user 1001:1000
1616
steps:
1717
- name: Checkout form-js

.github/workflows/UPDATE_VISUAL_SNAPSHOTS.yml

+1-1
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.47.1
12+
image: mcr.microsoft.com/playwright:v1.49.1
1313
options: --user 1001:1000
1414

1515
steps:

.github/workflows/VISUAL_REGRESSION.yml

+1-1
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.47.1
8+
image: mcr.microsoft.com/playwright:v1.49.1
99
options: --user 1001:1000
1010
steps:
1111
- name: Check out repository code

0 commit comments

Comments
 (0)