File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 submodules : ' true'
1818
19- - uses : " actions/setup-python@v6 "
19+ - uses : " actions/setup-python@v7 "
2020 with :
2121 python-version : " 3.13"
2222
5252 steps :
5353 - uses : " actions/checkout@v7"
5454
55- - uses : " actions/setup-python@v6 "
55+ - uses : " actions/setup-python@v7 "
5656 with :
5757 python-version : " 3.13"
5858
9696 steps :
9797 - uses : " actions/checkout@v7"
9898
99- - uses : " actions/setup-python@v6 "
99+ - uses : " actions/setup-python@v7 "
100100 with :
101101 python-version : " 3.13"
102102
@@ -146,7 +146,7 @@ jobs:
146146 - uses : " actions/checkout@v7"
147147 with :
148148 submodules : ' true'
149- - uses : " actions/setup-python@v6 "
149+ - uses : " actions/setup-python@v7 "
150150 with :
151151 allow-prereleases : true
152152 python-version : " ${{ matrix.python-version }}"
@@ -204,7 +204,7 @@ jobs:
204204 repository : rapidfuzz/intel-sde
205205 path : sde
206206
207- - uses : " actions/setup-python@v6 "
207+ - uses : " actions/setup-python@v7 "
208208 with :
209209 python-version : " 3.13"
210210
Original file line number Diff line number Diff line change 1313 - uses : " actions/checkout@v7"
1414 with :
1515 submodules : ' true'
16- - uses : " actions/setup-python@v6 "
16+ - uses : " actions/setup-python@v7 "
1717 with :
1818 python-version : " 3.11"
1919
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v7
2626 with :
2727 submodules : ' true'
28- - uses : actions/setup-python@v6
28+ - uses : actions/setup-python@v7
2929
3030 - name : Install dependencies
3131 run : |
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v7
1616 with :
1717 submodules : ' true'
18- - uses : actions/setup-python@v6
18+ - uses : actions/setup-python@v7
1919 with :
2020 python-version : " 3.11"
2121
@@ -118,7 +118,7 @@ jobs:
118118
119119 - name : Build wheels
120120 if : matrix.archs != 'ppc64le' && matrix.archs != 's390x'
121- uses : pypa/cibuildwheel@v4.1.0
121+ uses : pypa/cibuildwheel@v4.1.1
122122 env :
123123 CIBW_PLATFORM : ${{ matrix.platform || 'auto' }}
124124 CIBW_ARCHS : ${{ matrix.archs || 'auto' }}
@@ -156,7 +156,7 @@ jobs:
156156
157157 - name : Build wheels
158158 if : matrix.archs != 'riscv64'
159- uses : pypa/cibuildwheel@v4.1.0
159+ uses : pypa/cibuildwheel@v4.1.1
160160 env :
161161 CIBW_PLATFORM : pyodide
162162 CIBW_ARCHS : auto
Original file line number Diff line number Diff line change 1919 run : |
2020 git submodule foreach --recursive 'git fetch --tags'
2121
22- - uses : " actions/setup-python@v6 "
22+ - uses : " actions/setup-python@v7 "
2323 with :
2424 python-version : " 3.11"
2525
You can’t perform that action at this time.
0 commit comments