|
28 | 28 | with:
|
29 | 29 | submodules: 'recursive'
|
30 | 30 | - name: Setup Python (3.11+)
|
31 |
| - uses: actions/setup-python@v5 |
| 31 | + uses: actions/setup-python@v6 |
32 | 32 | with:
|
33 | 33 | python-version: 3.13 # latest stable python
|
34 | 34 | allow-prereleases: true
|
@@ -82,14 +82,14 @@ jobs:
|
82 | 82 | path: '**/tests/pdf_cache/*'
|
83 | 83 | key: cache-downloaded-files
|
84 | 84 | - name: Setup Python
|
85 |
| - uses: actions/setup-python@v5 |
| 85 | + uses: actions/setup-python@v6 |
86 | 86 | if: matrix.python-version == '3.9' || matrix.python-version == '3.10'
|
87 | 87 | with:
|
88 | 88 | python-version: ${{ matrix.python-version }}
|
89 | 89 | cache: 'pip'
|
90 | 90 | cache-dependency-path: '**/requirements/ci.txt'
|
91 | 91 | - name: Setup Python (3.11+)
|
92 |
| - uses: actions/setup-python@v5 |
| 92 | + uses: actions/setup-python@v6 |
93 | 93 | if: matrix.python-version != '3.9' && matrix.python-version != '3.10'
|
94 | 94 | with:
|
95 | 95 | python-version: ${{ matrix.python-version }}
|
@@ -159,7 +159,7 @@ jobs:
|
159 | 159 | with:
|
160 | 160 | submodules: 'recursive'
|
161 | 161 | - name: Setup Python 3.11
|
162 |
| - uses: actions/setup-python@v5 |
| 162 | + uses: actions/setup-python@v6 |
163 | 163 | with:
|
164 | 164 | python-version: "3.11"
|
165 | 165 | cache: 'pip'
|
@@ -195,7 +195,7 @@ jobs:
|
195 | 195 |
|
196 | 196 | steps:
|
197 | 197 | - uses: actions/checkout@v5
|
198 |
| - - uses: actions/setup-python@v5 |
| 198 | + - uses: actions/setup-python@v6 |
199 | 199 | with:
|
200 | 200 | python-version: ${{ env.PYTHON_LATEST }}
|
201 | 201 |
|
@@ -223,7 +223,7 @@ jobs:
|
223 | 223 |
|
224 | 224 | steps:
|
225 | 225 | - uses: actions/checkout@v5
|
226 |
| - - uses: actions/setup-python@v5 |
| 226 | + - uses: actions/setup-python@v6 |
227 | 227 | with:
|
228 | 228 | # Use the latest Python, so it understands all syntax.
|
229 | 229 | python-version: ${{ env.PYTHON_LATEST }}
|
|
0 commit comments