|
27 | 27 | with: |
28 | 28 | fetch-depth: 0 |
29 | 29 | persist-credentials: false |
30 | | - - uses: actions/setup-python@v5 |
| 30 | + - uses: actions/setup-python@v6 |
31 | 31 | with: |
32 | 32 | python-version: ${{ env.PYTHON_LATEST }} |
33 | 33 | - name: Install tox |
|
55 | 55 | with: |
56 | 56 | fetch-depth: 0 |
57 | 57 | persist-credentials: false |
58 | | - - uses: actions/setup-python@v5 |
| 58 | + - uses: actions/setup-python@v6 |
59 | 59 | with: |
60 | 60 | python-version: ${{ env.PYTHON_LATEST }} |
61 | 61 | - name: Install GitHub matcher for ActionLint checker |
|
88 | 88 | - uses: actions/checkout@v5 |
89 | 89 | with: |
90 | 90 | persist-credentials: false |
91 | | - - uses: actions/setup-python@v5 |
| 91 | + - uses: actions/setup-python@v6 |
92 | 92 | with: |
93 | 93 | python-version: ${{ matrix.python-version }} |
94 | 94 | - name: Install dependencies |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | - uses: actions/checkout@v5 |
128 | 128 | with: |
129 | 129 | persist-credentials: false |
130 | | - - uses: actions/setup-python@v5 |
| 130 | + - uses: actions/setup-python@v6 |
131 | 131 | with: |
132 | 132 | python-version: ${{ env.PYTHON_LATEST }} |
133 | 133 | - name: Install Coverage.py |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | fetch-depth: 0 |
165 | 165 | persist-credentials: false |
166 | 166 | - name: Install Python |
167 | | - uses: actions/setup-python@v5 |
| 167 | + uses: actions/setup-python@v6 |
168 | 168 | - name: Install towncrier |
169 | 169 | run: pip install towncrier==24.8.0 |
170 | 170 | - name: Install pandoc |
|
0 commit comments