|
36 | 36 | ref: ${{ github.head_ref }} |
37 | 37 |
|
38 | 38 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
39 | | - uses: actions/setup-python@v6 |
| 39 | + uses: actions/setup-python@v7 |
40 | 40 | with: |
41 | 41 | python-version: ${{ env.PYTHON_VERSION }} |
42 | 42 |
|
|
91 | 91 | uses: actions/checkout@v6 |
92 | 92 |
|
93 | 93 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
94 | | - uses: actions/setup-python@v6 |
| 94 | + uses: actions/setup-python@v7 |
95 | 95 | with: |
96 | 96 | python-version: ${{ env.PYTHON_VERSION }} |
97 | 97 |
|
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | uses: actions/checkout@v6 |
153 | 153 |
|
154 | 154 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
155 | | - uses: actions/setup-python@v6 |
| 155 | + uses: actions/setup-python@v7 |
156 | 156 | with: |
157 | 157 | python-version: ${{ env.PYTHON_VERSION }} |
158 | 158 |
|
@@ -211,7 +211,7 @@ jobs: |
211 | 211 | uses: actions/checkout@v6 |
212 | 212 |
|
213 | 213 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
214 | | - uses: actions/setup-python@v6 |
| 214 | + uses: actions/setup-python@v7 |
215 | 215 | with: |
216 | 216 | python-version: ${{ env.PYTHON_VERSION }} |
217 | 217 |
|
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | uses: actions/checkout@v6 |
253 | 253 |
|
254 | 254 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
255 | | - uses: actions/setup-python@v6 |
| 255 | + uses: actions/setup-python@v7 |
256 | 256 | with: |
257 | 257 | python-version: ${{ env.PYTHON_VERSION }} |
258 | 258 |
|
@@ -312,7 +312,7 @@ jobs: |
312 | 312 | uses: actions/checkout@v6 |
313 | 313 |
|
314 | 314 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
315 | | - uses: actions/setup-python@v6 |
| 315 | + uses: actions/setup-python@v7 |
316 | 316 | with: |
317 | 317 | python-version: ${{ env.PYTHON_VERSION }} |
318 | 318 |
|
@@ -365,7 +365,7 @@ jobs: |
365 | 365 | uses: actions/checkout@v6 |
366 | 366 |
|
367 | 367 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
368 | | - uses: actions/setup-python@v6 |
| 368 | + uses: actions/setup-python@v7 |
369 | 369 | with: |
370 | 370 | python-version: ${{ env.PYTHON_VERSION }} |
371 | 371 |
|
@@ -472,7 +472,7 @@ jobs: |
472 | 472 | uses: actions/checkout@v6 |
473 | 473 |
|
474 | 474 | - name: Set up Python ${{ env.PYTHON_VERSION }} |
475 | | - uses: actions/setup-python@v6 |
| 475 | + uses: actions/setup-python@v7 |
476 | 476 | with: |
477 | 477 | python-version: ${{ env.PYTHON_VERSION }} |
478 | 478 |
|
|
0 commit comments