File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Set up Python ${{ matrix.python-version }}
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919 cache : ' pip'
3434 steps :
3535 - uses : actions/checkout@v4
3636 - name : Set up Python ${{ matrix.python-version }}
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : ${{ matrix.python-version }}
4040 cache : ' pip'
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@v4
1313 - name : Set up Python ${{ matrix.python-version }}
14- uses : actions/setup-python@v4
14+ uses : actions/setup-python@v5
1515 with :
1616 python-version : ${{ matrix.python-version }}
1717 cache : ' pip'
1818 cache-dependency-path : setup.py
1919 - name : Cache Playwright browsers
20- uses : actions/cache@v3
20+ uses : actions/cache@v4
2121 with :
2222 path : ~/.cache/ms-playwright/
2323 key : ${{ runner.os }}-browsers
4040 run : |
4141 tests/run_examples.sh
4242 - name : Archive examples
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : examples
4646 path : examples/*
You can’t perform that action at this time.
0 commit comments