File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v5
2929
30- - uses : actions/setup-python@v5
30+ - uses : actions/setup-python@v6
3131 with :
3232 python-version : 3.9
3333
Original file line number Diff line number Diff line change 6767 echo "LLVM_VER_DIR=/usr/lib/llvm-${{ env.LLVM_VER }}" >> $GITHUB_ENV
6868
6969 - if : matrix.build-mode == 'manual'
70- uses : actions/setup-python@v5
70+ uses : actions/setup-python@v6
7171 with :
7272 python-version : " 3.11"
7373
Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@v5
3838
3939 - name : Setup base python
40- uses : actions/setup-python@v5
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ' 3.x'
4343
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158158 run : |
159159 bash -c set
160160
161- - uses : actions/setup-python@v5
161+ - uses : actions/setup-python@v6
162162 with :
163163 python-version : ' 3.11'
164164
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121
2222 - name : Setup Python 3.11
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ' 3.11'
2626
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v5
2727
28- - uses : actions/setup-python@v5
28+ - uses : actions/setup-python@v6
2929 with :
3030 python-version : ' 3.9'
3131
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 fetch-depth : 0
109109
110110 - name : Set up Python ${{ matrix.python-version }}
111- uses : actions/setup-python@v5
111+ uses : actions/setup-python@v6
112112 with :
113113 python-version : 3.9
114114
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v5
3737
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@v6
3939 with :
4040 python-version : ' 3.11'
4141
You can’t perform that action at this time.
0 commit comments