|
48 | 48 | - uses: actions/checkout@v5 |
49 | 49 | with: |
50 | 50 | fetch-depth: 0 |
51 | | - - uses: actions/setup-python@v5 |
| 51 | + - uses: actions/setup-python@v6 |
52 | 52 | with: |
53 | 53 | python-version: ${{ matrix.python-version }} |
54 | 54 | cache: 'pip' |
@@ -123,7 +123,7 @@ jobs: |
123 | 123 | python-version: 3.13 |
124 | 124 | steps: |
125 | 125 | - uses: actions/checkout@v5 |
126 | | - - uses: actions/setup-python@v5 |
| 126 | + - uses: actions/setup-python@v6 |
127 | 127 | with: |
128 | 128 | python-version: ${{ matrix.python-version }} |
129 | 129 | cache: 'pip' |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | python-version: [3.9, 3.13] |
176 | 176 | steps: |
177 | 177 | - uses: actions/checkout@v5 |
178 | | - - uses: actions/setup-python@v5 |
| 178 | + - uses: actions/setup-python@v6 |
179 | 179 | with: |
180 | 180 | python-version: ${{ matrix.python-version }} |
181 | 181 | cache: 'pip' |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | - uses: actions/checkout@v5 |
215 | 215 | with: |
216 | 216 | fetch-depth: 0 |
217 | | - - uses: actions/setup-python@v5 |
| 217 | + - uses: actions/setup-python@v6 |
218 | 218 | with: |
219 | 219 | python-version: ${{ matrix.python-version }} |
220 | 220 | cache: 'pip' |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | python-version: [3.9] |
259 | 259 | steps: |
260 | 260 | - uses: actions/checkout@v5 |
261 | | - - uses: actions/setup-python@v5 |
| 261 | + - uses: actions/setup-python@v6 |
262 | 262 | with: |
263 | 263 | python-version: ${{ matrix.python-version }} |
264 | 264 | - uses: actions/download-artifact@v5 |
|
0 commit comments