|
39 | 39 | LANG: "en_US.UTF-8"
|
40 | 40 | steps:
|
41 | 41 | - uses: actions/checkout@v4
|
42 |
| - - uses: actions/setup-python@v4 |
| 42 | + - uses: actions/setup-python@v5 |
43 | 43 | with:
|
44 | 44 | python-version: "3.12"
|
45 | 45 | - name: Pre-Clean
|
|
99 | 99 | steps:
|
100 | 100 | - uses: actions/checkout@v4
|
101 | 101 | - name: Setup Python
|
102 |
| - uses: actions/setup-python@v4 |
| 102 | + uses: actions/setup-python@v5 |
103 | 103 | with:
|
104 | 104 | python-version: ${{ matrix.python-version }}
|
105 | 105 | - name: Setup dependencies
|
@@ -157,7 +157,7 @@ jobs:
|
157 | 157 | steps:
|
158 | 158 | - uses: actions/checkout@v4
|
159 | 159 | - name: Setup Python ${{ matrix.python-version }}
|
160 |
| - uses: actions/setup-python@v4 |
| 160 | + uses: actions/setup-python@v5 |
161 | 161 | with:
|
162 | 162 | python-version: ${{ matrix.python-version }}
|
163 | 163 | - name: Install dependencies for ${{ matrix.python-version }}
|
@@ -204,7 +204,7 @@ jobs:
|
204 | 204 | steps:
|
205 | 205 | - uses: actions/checkout@v4
|
206 | 206 | - name: Setup Python ${{ matrix.python-version }}
|
207 |
| - uses: actions/setup-python@v4 |
| 207 | + uses: actions/setup-python@v5 |
208 | 208 | with:
|
209 | 209 | python-version: ${{ matrix.python-version }}
|
210 | 210 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
|
@@ -286,9 +286,9 @@ jobs:
|
286 | 286 | CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_TOKEN }}
|
287 | 287 | CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
288 | 288 | steps:
|
289 |
| - - uses: actions/checkout@v3 |
| 289 | + - uses: actions/checkout@v4 |
290 | 290 | - name: Setup Python ${{ matrix.python-version }}
|
291 |
| - uses: actions/setup-python@v4 |
| 291 | + uses: actions/setup-python@v5 |
292 | 292 | with:
|
293 | 293 | python-version: ${{ matrix.python-version }}
|
294 | 294 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
|
@@ -363,7 +363,7 @@ jobs:
|
363 | 363 | steps:
|
364 | 364 | - uses: actions/checkout@v4
|
365 | 365 | - name: Setup Python
|
366 |
| - uses: actions/setup-python@v4 |
| 366 | + uses: actions/setup-python@v5 |
367 | 367 | with:
|
368 | 368 | python-version: "3.10"
|
369 | 369 | - name: Install dependencies for python Linters
|
@@ -409,7 +409,7 @@ jobs:
|
409 | 409 | steps:
|
410 | 410 | - uses: actions/checkout@v4
|
411 | 411 | - name: Setup Python ${{ matrix.python-version }}
|
412 |
| - uses: actions/setup-python@v4 |
| 412 | + uses: actions/setup-python@v5 |
413 | 413 | with:
|
414 | 414 | python-version: ${{ matrix.python-version }}
|
415 | 415 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
|
@@ -483,7 +483,7 @@ jobs:
|
483 | 483 | steps:
|
484 | 484 | - uses: actions/checkout@v4
|
485 | 485 | - name: Setup Python
|
486 |
| - uses: actions/setup-python@v4 |
| 486 | + uses: actions/setup-python@v5 |
487 | 487 | with:
|
488 | 488 | python-version: "3.10"
|
489 | 489 | - name: Install dependencies for Tox
|
|
0 commit comments