|
13 | 13 | name: Build wheels on Linux (x86_64) |
14 | 14 | runs-on: ubuntu-22.04 |
15 | 15 | steps: |
16 | | - - uses: actions/checkout@v4 |
| 16 | + - uses: actions/checkout@v5 |
17 | 17 | with: |
18 | 18 | submodules: true |
19 | 19 | fetch-depth: 0 |
|
41 | 41 | name: Build wheels on Linux (aarch64/manylinux) |
42 | 42 | runs-on: ubuntu-22.04-arm |
43 | 43 | steps: |
44 | | - - uses: actions/checkout@v4 |
| 44 | + - uses: actions/checkout@v5 |
45 | 45 | with: |
46 | 46 | submodules: true |
47 | 47 | fetch-depth: 0 |
|
63 | 63 | name: Build wheels on Linux (aarch64/musllinux) |
64 | 64 | runs-on: ubuntu-22.04-arm |
65 | 65 | steps: |
66 | | - - uses: actions/checkout@v4 |
| 66 | + - uses: actions/checkout@v5 |
67 | 67 | with: |
68 | 68 | submodules: true |
69 | 69 | fetch-depth: 0 |
|
97 | 97 | wheel_arch: arm64 |
98 | 98 |
|
99 | 99 | steps: |
100 | | - - uses: actions/checkout@v4 |
| 100 | + - uses: actions/checkout@v5 |
101 | 101 | with: |
102 | 102 | submodules: true |
103 | 103 | fetch-depth: 0 |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | runs-on: ubuntu-22.04 |
151 | 151 |
|
152 | 152 | steps: |
153 | | - - uses: actions/checkout@v4 |
| 153 | + - uses: actions/checkout@v5 |
154 | 154 | with: |
155 | 155 | submodules: true |
156 | 156 | fetch-depth: 0 |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | runs-on: ${{ matrix.os }} |
210 | 210 |
|
211 | 211 | steps: |
212 | | - - uses: actions/checkout@v4 |
| 212 | + - uses: actions/checkout@v5 |
213 | 213 | with: |
214 | 214 | submodules: true |
215 | 215 | fetch-depth: 0 |
@@ -262,7 +262,7 @@ jobs: |
262 | 262 | name: Build sdist and test extra dependencies |
263 | 263 | runs-on: ubuntu-latest |
264 | 264 | steps: |
265 | | - - uses: actions/checkout@v4 |
| 265 | + - uses: actions/checkout@v5 |
266 | 266 | with: |
267 | 267 | submodules: true |
268 | 268 | fetch-depth: 0 |
@@ -308,7 +308,7 @@ jobs: |
308 | 308 | env: |
309 | 309 | IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON |
310 | 310 | steps: |
311 | | - - uses: actions/checkout@v4 |
| 311 | + - uses: actions/checkout@v5 |
312 | 312 | with: |
313 | 313 | submodules: true |
314 | 314 | fetch-depth: 0 |
|
0 commit comments