Skip to content

Commit 6bc2a19

Browse files
committed
bump deps
1 parent a29a99e commit 6bc2a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.56.1
21+
image: mcr.microsoft.com/playwright:v1.55.0
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: setup-matrix
3737
runs-on: ubuntu-latest
3838
container:
39-
image: mcr.microsoft.com/playwright:v1.56.1
39+
image: mcr.microsoft.com/playwright:v1.55.0
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)