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 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.9"
2727 - name : Install huggingface-hub
4949 submodules : " recursive"
5050
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 cache : ' pip'
8080 submodules : " recursive"
8181
8282 - name : Set up Python ${{ matrix.python-version }}
83- uses : actions/setup-python@v5
83+ uses : actions/setup-python@v6
8484 with :
8585 python-version : ${{ matrix.python-version }}
8686 cache : ' pip'
@@ -114,7 +114,7 @@ jobs:
114114 submodules : " recursive"
115115
116116 - name : Set up Python ${{ matrix.python-version }}
117- uses : actions/setup-python@v5
117+ uses : actions/setup-python@v6
118118 with :
119119 python-version : ${{ matrix.python-version }}
120120 cache : ' pip'
@@ -151,7 +151,7 @@ jobs:
151151 submodules : " recursive"
152152
153153 - name : Set up Python 3.9
154- uses : actions/setup-python@v5
154+ uses : actions/setup-python@v6
155155 with :
156156 python-version : " 3.9"
157157
You can’t perform that action at this time.
0 commit comments