|
78 | 78 | - name: "Check out repository code" |
79 | 79 | uses: "actions/checkout@v7" |
80 | 80 | - name: Set up Python |
81 | | - uses: actions/setup-python@v6 |
| 81 | + uses: actions/setup-python@v7 |
82 | 82 | with: |
83 | 83 | python-version: "3.12" |
84 | 84 | - name: Install UV |
@@ -141,7 +141,7 @@ jobs: |
141 | 141 | - name: "Check out repository code" |
142 | 142 | uses: "actions/checkout@v7" |
143 | 143 | - name: "Set up Python" |
144 | | - uses: "actions/setup-python@v6" |
| 144 | + uses: "actions/setup-python@v7" |
145 | 145 | with: |
146 | 146 | python-version: "3.12" |
147 | 147 | - name: "Install uv" |
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | - name: "Install dependencies" |
178 | 178 | run: npm install |
179 | 179 | - name: Set up Python |
180 | | - uses: actions/setup-python@v6 |
| 180 | + uses: actions/setup-python@v7 |
181 | 181 | with: |
182 | 182 | python-version: "3.12" |
183 | 183 | - name: Install UV |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 | run: npm install |
214 | 214 | working-directory: ./docs |
215 | 215 | - name: Set up Python |
216 | | - uses: actions/setup-python@v6 |
| 216 | + uses: actions/setup-python@v7 |
217 | 217 | with: |
218 | 218 | python-version: "3.12" |
219 | 219 | - name: Install UV |
@@ -277,7 +277,7 @@ jobs: |
277 | 277 | - name: "Check out repository code" |
278 | 278 | uses: "actions/checkout@v7" |
279 | 279 | - name: Set up Python ${{ matrix.python-version }} |
280 | | - uses: actions/setup-python@v6 |
| 280 | + uses: actions/setup-python@v7 |
281 | 281 | with: |
282 | 282 | python-version: ${{ matrix.python-version }} |
283 | 283 | - name: Install UV |
@@ -325,7 +325,7 @@ jobs: |
325 | 325 | - name: "Check out repository code" |
326 | 326 | uses: "actions/checkout@v7" |
327 | 327 | - name: Set up Python |
328 | | - uses: actions/setup-python@v6 |
| 328 | + uses: actions/setup-python@v7 |
329 | 329 | with: |
330 | 330 | python-version: "3.12" |
331 | 331 | - name: "Set environment variables" |
@@ -376,7 +376,7 @@ jobs: |
376 | 376 | # submodules: true |
377 | 377 |
|
378 | 378 | # - name: Set up Python |
379 | | - # uses: actions/setup-python@v6 |
| 379 | + # uses: actions/setup-python@v7 |
380 | 380 | # with: |
381 | 381 | # python-version: "3.12" |
382 | 382 |
|
|
0 commit comments