|
6 | 6 | - stable |
7 | 7 | tags: |
8 | 8 | - v* |
| 9 | + pull_request: |
| 10 | + types: |
| 11 | + - opened |
| 12 | + - edited |
| 13 | + - reopened |
| 14 | + - synchronize |
| 15 | + - ready_for_review |
9 | 16 |
|
10 | 17 | # Declare default permissions as read only. |
11 | 18 | permissions: read-all |
|
21 | 28 | LANG: "en_US.UTF-8" |
22 | 29 | steps: |
23 | 30 | - uses: actions/checkout@v4 |
24 | | - - uses: actions/setup-python@v4 |
| 31 | + - uses: actions/setup-python@v5 |
25 | 32 | with: |
26 | 33 | python-version: "3.12" |
27 | 34 | - name: Pre-Clean |
|
81 | 88 | steps: |
82 | 89 | - uses: actions/checkout@v4 |
83 | 90 | - name: Setup Python |
84 | | - uses: actions/setup-python@v4 |
| 91 | + uses: actions/setup-python@v5 |
85 | 92 | with: |
86 | 93 | python-version: ${{ matrix.python-version }} |
87 | 94 | - name: Setup dependencies |
@@ -139,7 +146,7 @@ jobs: |
139 | 146 | steps: |
140 | 147 | - uses: actions/checkout@v4 |
141 | 148 | - name: Setup Python ${{ matrix.python-version }} |
142 | | - uses: actions/setup-python@v4 |
| 149 | + uses: actions/setup-python@v5 |
143 | 150 | with: |
144 | 151 | python-version: ${{ matrix.python-version }} |
145 | 152 | - name: Install dependencies for ${{ matrix.python-version }} |
@@ -186,7 +193,7 @@ jobs: |
186 | 193 | steps: |
187 | 194 | - uses: actions/checkout@v4 |
188 | 195 | - name: Setup Python ${{ matrix.python-version }} |
189 | | - uses: actions/setup-python@v4 |
| 196 | + uses: actions/setup-python@v5 |
190 | 197 | with: |
191 | 198 | python-version: ${{ matrix.python-version }} |
192 | 199 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -268,9 +275,9 @@ jobs: |
268 | 275 | CODECLIMATE_REPO_TOKEN: ${{ secrets.CODECLIMATE_TOKEN }} |
269 | 276 | CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} |
270 | 277 | steps: |
271 | | - - uses: actions/checkout@v3 |
| 278 | + - uses: actions/checkout@v4 |
272 | 279 | - name: Setup Python ${{ matrix.python-version }} |
273 | | - uses: actions/setup-python@v4 |
| 280 | + uses: actions/setup-python@v5 |
274 | 281 | with: |
275 | 282 | python-version: ${{ matrix.python-version }} |
276 | 283 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -345,7 +352,7 @@ jobs: |
345 | 352 | steps: |
346 | 353 | - uses: actions/checkout@v4 |
347 | 354 | - name: Setup Python |
348 | | - uses: actions/setup-python@v4 |
| 355 | + uses: actions/setup-python@v5 |
349 | 356 | with: |
350 | 357 | python-version: "3.10" |
351 | 358 | - name: Install dependencies for python Linters |
@@ -391,7 +398,7 @@ jobs: |
391 | 398 | steps: |
392 | 399 | - uses: actions/checkout@v4 |
393 | 400 | - name: Setup Python ${{ matrix.python-version }} |
394 | | - uses: actions/setup-python@v4 |
| 401 | + uses: actions/setup-python@v5 |
395 | 402 | with: |
396 | 403 | python-version: ${{ matrix.python-version }} |
397 | 404 | - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }} |
@@ -465,7 +472,7 @@ jobs: |
465 | 472 | steps: |
466 | 473 | - uses: actions/checkout@v4 |
467 | 474 | - name: Setup Python |
468 | | - uses: actions/setup-python@v4 |
| 475 | + uses: actions/setup-python@v5 |
469 | 476 | with: |
470 | 477 | python-version: "3.10" |
471 | 478 | - name: Install dependencies for Tox |
|
0 commit comments