|
68 | 68 |
|
69 | 69 | - uses: actions/checkout@v7 |
70 | 70 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
71 | | - uses: actions/setup-python@v6 |
| 71 | + uses: actions/setup-python@v7 |
72 | 72 | with: |
73 | 73 | python-version: ${{ env.PYTHON_VER1 }} |
74 | 74 | cache: 'pip' |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | sudo docker system prune -f |
132 | 132 | - uses: actions/checkout@v7 |
133 | 133 | - name: Set up Python ${{ matrix.python-version }} |
134 | | - uses: actions/setup-python@v6 |
| 134 | + uses: actions/setup-python@v7 |
135 | 135 | with: |
136 | 136 | python-version: ${{ matrix.python-version }} |
137 | 137 | cache: 'pip' |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | disk-root: "D:" |
194 | 194 | - uses: actions/checkout@v7 |
195 | 195 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
196 | | - uses: actions/setup-python@v6 |
| 196 | + uses: actions/setup-python@v7 |
197 | 197 | with: |
198 | 198 | python-version: ${{ env.PYTHON_VER1 }} |
199 | 199 | cache: 'pip' |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | sudo docker system prune -f |
270 | 270 | - uses: actions/checkout@v6 |
271 | 271 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
272 | | - uses: actions/setup-python@v6 |
| 272 | + uses: actions/setup-python@v7 |
273 | 273 | with: |
274 | 274 | python-version: ${{ env.PYTHON_VER1 }} |
275 | 275 | cache: 'pip' |
@@ -311,7 +311,7 @@ jobs: |
311 | 311 | with: |
312 | 312 | fetch-depth: 0 |
313 | 313 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
314 | | - uses: actions/setup-python@v6 |
| 314 | + uses: actions/setup-python@v7 |
315 | 315 | with: |
316 | 316 | python-version: ${{ env.PYTHON_VER1 }} |
317 | 317 | cache: 'pip' |
|
0 commit comments