|
22 | 22 | outputs:
|
23 | 23 | changes: ${{ steps.changes.outputs.src }}
|
24 | 24 | steps:
|
25 |
| - - uses: actions/checkout@v4 |
| 25 | + - uses: actions/checkout@v5 |
26 | 26 | with:
|
27 | 27 | fetch-depth: 0
|
28 | 28 | persist-credentials: false
|
|
56 | 56 | matrix:
|
57 | 57 | python-version: ["3.10", "3.13"]
|
58 | 58 | steps:
|
59 |
| - - uses: actions/checkout@v4 |
| 59 | + - uses: actions/checkout@v5 |
60 | 60 | with:
|
61 | 61 | persist-credentials: false
|
62 | 62 | - uses: actions/setup-python@v5
|
@@ -175,7 +175,7 @@ jobs:
|
175 | 175 | part: "tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
|
176 | 176 |
|
177 | 177 | steps:
|
178 |
| - - uses: actions/checkout@v4 |
| 178 | + - uses: actions/checkout@v5 |
179 | 179 | with:
|
180 | 180 | fetch-depth: 0
|
181 | 181 | persist-credentials: false
|
@@ -261,7 +261,7 @@ jobs:
|
261 | 261 | strategy:
|
262 | 262 | fail-fast: false
|
263 | 263 | steps:
|
264 |
| - - uses: actions/checkout@v4 |
| 264 | + - uses: actions/checkout@v5 |
265 | 265 | with:
|
266 | 266 | fetch-depth: 0
|
267 | 267 | persist-credentials: false
|
@@ -321,7 +321,7 @@ jobs:
|
321 | 321 | needs: [changes, all-checks]
|
322 | 322 | if: ${{ needs.changes.outputs.changes == 'true' && needs.all-checks.result == 'success' }}
|
323 | 323 | steps:
|
324 |
| - - uses: actions/checkout@v4 |
| 324 | + - uses: actions/checkout@v5 |
325 | 325 | with:
|
326 | 326 | persist-credentials: false
|
327 | 327 |
|
|
0 commit comments