Skip to content

Commit a29a99e

Browse files
committed
bump deps
1 parent c9cae27 commit a29a99e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/devRun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
timeout-minutes: 15
1919
runs-on: ubuntu-latest
2020
container:
21-
image: mcr.microsoft.com/playwright:v1.55.0
21+
image: mcr.microsoft.com/playwright:v1.56.1
2222
steps:
2323
- uses: actions/checkout@v5
2424
- name: Set up Python
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: '3.14'
27+
python-version: '3.13'
2828
- name: Set up uv
2929
uses: astral-sh/setup-uv@v7
3030
with:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
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.55.0
39+
image: mcr.microsoft.com/playwright:v1.56.1
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Python
4646
uses: actions/setup-python@v6
4747
with:
48-
python-version: '3.14'
48+
python-version: '3.13'
4949
- name: Set up uv
5050
uses: astral-sh/setup-uv@v7
5151
with:

0 commit comments

Comments
 (0)