File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v5
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.12"
2424 - run : bash .github/workflows/install_ci_python_dep.sh
3535 steps :
3636 - uses : actions/checkout@v5
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v5
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : install ci dependencies
5252 if : github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')
5353 steps :
5454 - uses : actions/checkout@v5
55- - uses : actions/setup-python@v5
55+ - uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.12"
5858 - name : build wheel
You can’t perform that action at this time.
0 commit comments