|
12 | 12 | uses: actions/setup-python@v4
|
13 | 13 | with:
|
14 | 14 | python-version-file: '.python-version'
|
| 15 | + check-latest: true |
15 | 16 |
|
16 | 17 | - name: Upgrade pip
|
17 | 18 | run: python -m pip install --upgrade pip
|
|
32 | 33 | uses: actions/setup-python@v4
|
33 | 34 | with:
|
34 | 35 | python-version-file: '.python-version'
|
| 36 | + check-latest: true |
35 | 37 |
|
36 | 38 | - name: Upgrade pip
|
37 | 39 | run: python -m pip install --upgrade pip
|
@@ -131,6 +133,7 @@ jobs:
|
131 | 133 | uses: actions/setup-python@v4
|
132 | 134 | with:
|
133 | 135 | python-version-file: '.python-version'
|
| 136 | + check-latest: true |
134 | 137 |
|
135 | 138 | - name: Upgrade pip
|
136 | 139 | run: python -m pip install --upgrade pip
|
@@ -163,6 +166,7 @@ jobs:
|
163 | 166 | uses: actions/setup-python@v4
|
164 | 167 | with:
|
165 | 168 | python-version-file: '.python-version'
|
| 169 | + check-latest: true |
166 | 170 |
|
167 | 171 | - name: Upgrade pip
|
168 | 172 | run: python -m pip install --upgrade pip
|
@@ -278,6 +282,7 @@ jobs:
|
278 | 282 | uses: actions/setup-python@v4
|
279 | 283 | with:
|
280 | 284 | python-version-file: '.python-version'
|
| 285 | + check-latest: true |
281 | 286 |
|
282 | 287 | - name: Upgrade pip
|
283 | 288 | if: "startsWith(github.ref, 'refs/tags/') || contains(steps.changed-files.outputs.modified_files, 'base/') || contains(steps.changed-files.outputs.modified_files, 'test_desmume.py')"
|
@@ -327,6 +332,7 @@ jobs:
|
327 | 332 | uses: actions/setup-python@v4
|
328 | 333 | with:
|
329 | 334 | python-version-file: '.python-version'
|
| 335 | + check-latest: true |
330 | 336 |
|
331 | 337 | - name: Upgrade pip
|
332 | 338 | run: python -m pip install --upgrade pip
|
|
0 commit comments