File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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) }}
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 :
You can’t perform that action at this time.
0 commit comments