Skip to content

Commit b6bb383

Browse files
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.51.0 (#1266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0129959 commit b6bb383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: 'E2E Tests - ${{ matrix.shard }}'
2525
runs-on: ubuntu-latest
2626
container:
27-
image: mcr.microsoft.com/playwright:v1.50.1-jammy
27+
image: mcr.microsoft.com/playwright:v1.51.0-jammy
2828
strategy:
2929
fail-fast: false
3030
matrix:

.github/workflows/update-screenshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-screenshots:
88
runs-on: ubuntu-latest
99
container:
10-
image: mcr.microsoft.com/playwright:v1.50.1-jammy
10+
image: mcr.microsoft.com/playwright:v1.51.0-jammy
1111
permissions:
1212
contents: write
1313
steps:

0 commit comments

Comments
 (0)