|
21 | 21 | LANG: "en_US.UTF-8"
|
22 | 22 | steps:
|
23 | 23 | - uses: actions/checkout@v4
|
24 |
| - - uses: actions/setup-python@v4 |
| 24 | + - uses: actions/setup-python@v5 |
25 | 25 | with:
|
26 | 26 | python-version: "3.12"
|
27 | 27 | - name: Pre-Clean
|
|
81 | 81 | steps:
|
82 | 82 | - uses: actions/checkout@v4
|
83 | 83 | - name: Setup Python
|
84 |
| - uses: actions/setup-python@v4 |
| 84 | + uses: actions/setup-python@v5 |
85 | 85 | with:
|
86 | 86 | python-version: ${{ matrix.python-version }}
|
87 | 87 | - name: Setup dependencies
|
@@ -139,7 +139,7 @@ jobs:
|
139 | 139 | steps:
|
140 | 140 | - uses: actions/checkout@v4
|
141 | 141 | - name: Setup Python ${{ matrix.python-version }}
|
142 |
| - uses: actions/setup-python@v4 |
| 142 | + uses: actions/setup-python@v5 |
143 | 143 | with:
|
144 | 144 | python-version: ${{ matrix.python-version }}
|
145 | 145 | - name: Install dependencies for ${{ matrix.python-version }}
|
@@ -186,7 +186,7 @@ jobs:
|
186 | 186 | steps:
|
187 | 187 | - uses: actions/checkout@v4
|
188 | 188 | - name: Setup Python ${{ matrix.python-version }}
|
189 |
| - uses: actions/setup-python@v4 |
| 189 | + uses: actions/setup-python@v5 |
190 | 190 | with:
|
191 | 191 | python-version: ${{ matrix.python-version }}
|
192 | 192 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
|
@@ -268,9 +268,9 @@ jobs:
|
268 | 268 | CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_TOKEN }}
|
269 | 269 | CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
270 | 270 | steps:
|
271 |
| - - uses: actions/checkout@v3 |
| 271 | + - uses: actions/checkout@v4 |
272 | 272 | - name: Setup Python ${{ matrix.python-version }}
|
273 |
| - uses: actions/setup-python@v4 |
| 273 | + uses: actions/setup-python@v5 |
274 | 274 | with:
|
275 | 275 | python-version: ${{ matrix.python-version }}
|
276 | 276 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
|
@@ -345,7 +345,7 @@ jobs:
|
345 | 345 | steps:
|
346 | 346 | - uses: actions/checkout@v4
|
347 | 347 | - name: Setup Python
|
348 |
| - uses: actions/setup-python@v4 |
| 348 | + uses: actions/setup-python@v5 |
349 | 349 | with:
|
350 | 350 | python-version: "3.10"
|
351 | 351 | - name: Install dependencies for python Linters
|
@@ -391,7 +391,7 @@ jobs:
|
391 | 391 | steps:
|
392 | 392 | - uses: actions/checkout@v4
|
393 | 393 | - name: Setup Python ${{ matrix.python-version }}
|
394 |
| - uses: actions/setup-python@v4 |
| 394 | + uses: actions/setup-python@v5 |
395 | 395 | with:
|
396 | 396 | python-version: ${{ matrix.python-version }}
|
397 | 397 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }}
|
@@ -465,7 +465,7 @@ jobs:
|
465 | 465 | steps:
|
466 | 466 | - uses: actions/checkout@v4
|
467 | 467 | - name: Setup Python
|
468 |
| - uses: actions/setup-python@v4 |
| 468 | + uses: actions/setup-python@v5 |
469 | 469 | with:
|
470 | 470 | python-version: "3.10"
|
471 | 471 | - name: Install dependencies for Tox
|
|
0 commit comments