|  | 
| 32 | 32 |       with: | 
| 33 | 33 |         submodules: true | 
| 34 | 34 |         persist-credentials: false | 
| 35 |  | -    - uses: actions/setup-python@v5 | 
|  | 35 | +    - uses: actions/setup-python@v6 | 
| 36 | 36 |       with: | 
| 37 | 37 |         python-version: "3.12" | 
| 38 | 38 |     - name: Pre-Clean | 
|  | 
| 83 | 83 |         submodules: true | 
| 84 | 84 |         persist-credentials: false | 
| 85 | 85 |     - name: Setup Python | 
| 86 |  | -      uses: actions/setup-python@v5 | 
|  | 86 | +      uses: actions/setup-python@v6 | 
| 87 | 87 |       with: | 
| 88 | 88 |         python-version: ${{ matrix.python-version }} | 
| 89 | 89 |     - name: Setup dependencies | 
| @@ -145,7 +145,7 @@ jobs: | 
| 145 | 145 |         submodules: true | 
| 146 | 146 |         persist-credentials: false | 
| 147 | 147 |     - name: Setup Python ${{ matrix.python-version }} | 
| 148 |  | -      uses: actions/setup-python@v5 | 
|  | 148 | +      uses: actions/setup-python@v6 | 
| 149 | 149 |       with: | 
| 150 | 150 |         python-version: ${{ matrix.python-version }} | 
| 151 | 151 |     - name: Install dependencies for ${{ matrix.python-version }} | 
| @@ -198,7 +198,7 @@ jobs: | 
| 198 | 198 |         submodules: true | 
| 199 | 199 |         persist-credentials: false | 
| 200 | 200 |     - name: Setup Python ${{ matrix.python-version }} | 
| 201 |  | -      uses: actions/setup-python@v5 | 
|  | 201 | +      uses: actions/setup-python@v6 | 
| 202 | 202 |       with: | 
| 203 | 203 |         python-version: ${{ matrix.python-version }} | 
| 204 | 204 |     - name: Fix braindead windows ${{ matrix.python-version }} on ${{ matrix.os }} | 
| @@ -271,7 +271,7 @@ jobs: | 
| 271 | 271 |         submodules: true | 
| 272 | 272 |         persist-credentials: false | 
| 273 | 273 |     - name: Setup Python | 
| 274 |  | -      uses: actions/setup-python@v5 | 
|  | 274 | +      uses: actions/setup-python@v6 | 
| 275 | 275 |       with: | 
| 276 | 276 |         python-version: "3.12" | 
| 277 | 277 |     - name: Install dependencies for python Linters | 
| @@ -316,7 +316,7 @@ jobs: | 
| 316 | 316 |         submodules: true | 
| 317 | 317 |         persist-credentials: false | 
| 318 | 318 |     - name: Setup Python ${{ matrix.python-version }} | 
| 319 |  | -      uses: actions/setup-python@v5 | 
|  | 319 | +      uses: actions/setup-python@v6 | 
| 320 | 320 |       with: | 
| 321 | 321 |         python-version: ${{ matrix.python-version }} | 
| 322 | 322 |     - name: Install dependencies for python ${{ matrix.python-version }} on ${{ matrix.os }} | 
| @@ -388,7 +388,7 @@ jobs: | 
| 388 | 388 |         submodules: true | 
| 389 | 389 |         persist-credentials: false | 
| 390 | 390 |     - name: Setup Python | 
| 391 |  | -      uses: actions/setup-python@v5 | 
|  | 391 | +      uses: actions/setup-python@v6 | 
| 392 | 392 |       with: | 
| 393 | 393 |         python-version: "3.12" | 
| 394 | 394 |     - name: Install dependencies for Tox | 
|  | 
0 commit comments