File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : actions/setup-python@v4
11+ - uses : actions/setup-python@v5
1212 with :
1313 python-version : ' 3.11'
1414 - run : pip install -e .[cloudserver,gui]
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v4
1212 - name : Setup python
13- uses : actions/setup-python@v4
13+ uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.x
1616 architecture : x64
Original file line number Diff line number Diff line change 1616 with :
1717 ref : " ${{ github.event.pull_request.merge_commit_sha }}"
1818 - name : Set up Python 3.12
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ' 3.12'
2222 cache : ' pip'
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v4
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 - run : pip install .[test] coverage
You can’t perform that action at this time.
0 commit comments