File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 submodules : " recursive"
2020
2121 # Used to host cibuildwheel
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.9"
2525
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 submodules : " recursive"
164164
165- - uses : actions/setup-python@v5
165+ - uses : actions/setup-python@v6
166166 with :
167167 python-version : " 3.9"
168168
Original file line number Diff line number Diff line change 6767 with :
6868 submodules : " recursive"
6969
70- - uses : actions/setup-python@v5
70+ - uses : actions/setup-python@v6
7171 with :
7272 python-version : ${{ matrix.pyver }}
7373 cache : ' pip'
Original file line number Diff line number Diff line change 1919 submodules : " recursive"
2020
2121 # Used to host cibuildwheel
22- - uses : actions/setup-python@v5
22+ - uses : actions/setup-python@v6
2323 with :
2424 python-version : " 3.12"
2525 cache : ' pip'
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.12"
2121
Original file line number Diff line number Diff line change 2121 submodules : " recursive"
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.11"
2727 cache : ' pip'
Original file line number Diff line number Diff line change 1515 submodules : " recursive"
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.9"
2121
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Set up Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 cache : ' pip'
4848
4949 steps :
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 cache : ' pip'
8484
8585 steps :
8686 - name : Set up Python ${{ matrix.python-version }}
87- uses : actions/setup-python@v5
87+ uses : actions/setup-python@v6
8888 with :
8989 python-version : ${{ matrix.python-version }}
9090 cache : ' pip'
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.9"
2929 - name : Install huggingface-hub
5454 submodules : " recursive"
5555
5656 - name : Set up Python ${{ matrix.python-version }}
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 cache : ' pip'
8585 submodules : " recursive"
8686
8787 - name : Set up Python ${{ matrix.python-version }}
88- uses : actions/setup-python@v5
88+ uses : actions/setup-python@v6
8989 with :
9090 python-version : ${{ matrix.python-version }}
9191 cache : ' pip'
@@ -119,7 +119,7 @@ jobs:
119119 submodules : " recursive"
120120
121121 - name : Set up Python ${{ matrix.python-version }}
122- uses : actions/setup-python@v5
122+ uses : actions/setup-python@v6
123123 with :
124124 python-version : ${{ matrix.python-version }}
125125 cache : ' pip'
@@ -156,7 +156,7 @@ jobs:
156156 submodules : " recursive"
157157
158158 - name : Set up Python 3.9
159- uses : actions/setup-python@v5
159+ uses : actions/setup-python@v6
160160 with :
161161 python-version : " 3.9"
162162
You can’t perform that action at this time.
0 commit comments