File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 id : changed_files
2727 with :
2828 token : ${{ secrets.GITHUB_TOKEN }}
29- - uses : actions/setup-python@v4
29+ - uses : actions/setup-python@v5
3030 with :
3131 python-version : " 3.12-dev"
3232 - name : Install ${{ matrix.tool.package }}
6060 timeout-minutes : 30
6161 steps :
6262 - uses : actions/checkout@v4
63- - uses : actions/setup-python@v4
63+ - uses : actions/setup-python@v5
6464 with :
6565 python-version : " 3.12-dev"
6666 - name : Prepare environment
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : actions/setup-python@v4
17+ - uses : actions/setup-python@v5
1818 id : setup_python
1919 with :
2020 python-version : " 3.12-dev"
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515
1616 - name : Set Up Python 3.12
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5
1818 with :
1919 python-version : " 3.12-dev"
2020
Original file line number Diff line number Diff line change 1515 run : git clone https://github.com/python/cpython venv/cpython
1616
1717 - name : Set Up Python 3.12
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v5
1919 with :
2020 python-version : " 3.12-dev"
2121
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4
1313
1414 - name : Set Up Python 3.12
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
1616 with :
1717 python-version : " 3.12-dev"
1818
You can’t perform that action at this time.
0 commit comments