|
58 | 58 | run: brew install enchant |
59 | 59 | if: runner.os == 'macOS' && startsWith(matrix.session, 'docs') |
60 | 60 | - name: Set up Python |
61 | | - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 61 | + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
62 | 62 | with: |
63 | 63 | python-version: ${{ matrix.python }} |
64 | 64 | allow-prereleases: true |
|
93 | 93 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
94 | 94 | with: |
95 | 95 | persist-credentials: false |
96 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 96 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
97 | 97 | with: |
98 | 98 | python-version: | |
99 | 99 | 3.11 |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
137 | 137 | with: |
138 | 138 | persist-credentials: false |
139 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 139 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
140 | 140 | with: |
141 | 141 | python-version: | |
142 | 142 | 3.11 |
@@ -176,7 +176,7 @@ jobs: |
176 | 176 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
177 | 177 | with: |
178 | 178 | persist-credentials: false |
179 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 179 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
180 | 180 | with: |
181 | 181 | python-version: | |
182 | 182 | 3.11 |
@@ -215,31 +215,31 @@ jobs: |
215 | 215 | with: |
216 | 216 | persist-credentials: false |
217 | 217 | # Install each python version seperatly so that the paths can be passed to maturin. (otherwise finds pre-installed x64 versions) |
218 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 218 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
219 | 219 | id: cp311 |
220 | 220 | with: |
221 | 221 | python-version: "3.11" |
222 | 222 | allow-prereleases: true |
223 | 223 | architecture: arm64 |
224 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 224 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
225 | 225 | id: cp312 |
226 | 226 | with: |
227 | 227 | python-version: "3.12" |
228 | 228 | allow-prereleases: true |
229 | 229 | architecture: arm64 |
230 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 230 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
231 | 231 | id: cp313 |
232 | 232 | with: |
233 | 233 | python-version: "3.13" |
234 | 234 | allow-prereleases: true |
235 | 235 | architecture: arm64 |
236 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 236 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
237 | 237 | id: cp314 |
238 | 238 | with: |
239 | 239 | python-version: "3.14" |
240 | 240 | allow-prereleases: true |
241 | 241 | architecture: arm64 |
242 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 242 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
243 | 243 | id: cp315 |
244 | 244 | with: |
245 | 245 | python-version: "3.15" |
@@ -274,7 +274,7 @@ jobs: |
274 | 274 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
275 | 275 | with: |
276 | 276 | persist-credentials: false |
277 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 277 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
278 | 278 | with: |
279 | 279 | python-version: | |
280 | 280 | 3.14t |
@@ -308,7 +308,7 @@ jobs: |
308 | 308 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
309 | 309 | with: |
310 | 310 | persist-credentials: false |
311 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 311 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
312 | 312 | with: |
313 | 313 | python-version: | |
314 | 314 | 3.11 |
@@ -340,7 +340,7 @@ jobs: |
340 | 340 | - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 |
341 | 341 | with: |
342 | 342 | persist-credentials: false |
343 | | - - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 |
| 343 | + - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 |
344 | 344 | with: |
345 | 345 | python-version: "3.13" |
346 | 346 | - name: Build an sdist |
|
0 commit comments