|
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' |
@@ -130,7 +130,7 @@ jobs: |
130 | 130 | sudo docker system prune -f |
131 | 131 | - uses: actions/checkout@v7 |
132 | 132 | - name: Set up Python ${{ matrix.python-version }} |
133 | | - uses: actions/setup-python@v6 |
| 133 | + uses: actions/setup-python@v7 |
134 | 134 | with: |
135 | 135 | python-version: ${{ matrix.python-version }} |
136 | 136 | cache: 'pip' |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | disk-root: "D:" |
193 | 193 | - uses: actions/checkout@v7 |
194 | 194 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
195 | | - uses: actions/setup-python@v6 |
| 195 | + uses: actions/setup-python@v7 |
196 | 196 | with: |
197 | 197 | python-version: ${{ env.PYTHON_VER1 }} |
198 | 198 | cache: 'pip' |
@@ -268,7 +268,7 @@ jobs: |
268 | 268 | sudo docker system prune -f |
269 | 269 | - uses: actions/checkout@v6 |
270 | 270 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
271 | | - uses: actions/setup-python@v6 |
| 271 | + uses: actions/setup-python@v7 |
272 | 272 | with: |
273 | 273 | python-version: ${{ env.PYTHON_VER1 }} |
274 | 274 | cache: 'pip' |
@@ -310,7 +310,7 @@ jobs: |
310 | 310 | with: |
311 | 311 | fetch-depth: 0 |
312 | 312 | - name: Set up Python ${{ env.PYTHON_VER1 }} |
313 | | - uses: actions/setup-python@v6 |
| 313 | + uses: actions/setup-python@v7 |
314 | 314 | with: |
315 | 315 | python-version: ${{ env.PYTHON_VER1 }} |
316 | 316 | cache: 'pip' |
|
0 commit comments