File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3030 dp_variant : clang
3131 steps :
3232 - uses : actions/checkout@v5
33- - uses : actions/setup-python@v5
33+ - uses : actions/setup-python@v6
3434 with :
3535 python-version : ' 3.11'
3636 - uses : lukka/get-cmake@latest
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 path : dist/packages
171171 pattern : cibw-*
172172 merge-multiple : true
173- - uses : actions/setup-python@v5
173+ - uses : actions/setup-python@v6
174174 name : Install Python
175175 with :
176176 python-version : ' 3.11'
Original file line number Diff line number Diff line change 3131 steps :
3232 - name : Checkout repository
3333 uses : actions/checkout@v5
34- - uses : actions/setup-python@v5
34+ - uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.11'
3737 cache : ' pip'
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v4
3434
3535 - name : Set up Python
36- uses : actions/setup-python@v5
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : " 3.10"
3939
Original file line number Diff line number Diff line change 2020 check_memleak : [true, false]
2121 steps :
2222 - uses : actions/checkout@v5
23- - uses : actions/setup-python@v5
23+ - uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.11'
2626 cache : ' pip'
Original file line number Diff line number Diff line change 2626 - name : Make sudo and git work
2727 run : apt-get update && apt-get install -y sudo git
2828 - uses : actions/checkout@v5
29- - uses : actions/setup-python@v5
29+ - uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3.11'
3232 # cache: 'pip'
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - uses : actions/checkout@v5
26- - uses : actions/setup-python@v5
26+ - uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python }}
2929 - run : python -m pip install -U uv
You can’t perform that action at this time.
0 commit comments