|
14 | 14 | name: Build wheels on Linux (x86_64) |
15 | 15 | runs-on: ubuntu-22.04 |
16 | 16 | steps: |
17 | | - - uses: actions/checkout@v4 |
| 17 | + - uses: actions/checkout@v5 |
18 | 18 | with: |
19 | 19 | submodules: true |
20 | 20 | 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 |
|
62 | 62 | name: Build wheels on Linux (aarch64/musllinux) |
63 | 63 | runs-on: ubuntu-22.04-arm |
64 | 64 | steps: |
65 | | - - uses: actions/checkout@v4 |
| 65 | + - uses: actions/checkout@v5 |
66 | 66 | with: |
67 | 67 | submodules: true |
68 | 68 | fetch-depth: 0 |
|
96 | 96 | wheel_arch: arm64 |
97 | 97 |
|
98 | 98 | steps: |
99 | | - - uses: actions/checkout@v4 |
| 99 | + - uses: actions/checkout@v5 |
100 | 100 | with: |
101 | 101 | submodules: true |
102 | 102 | fetch-depth: 0 |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | runs-on: ubuntu-22.04 |
149 | 149 |
|
150 | 150 | steps: |
151 | | - - uses: actions/checkout@v4 |
| 151 | + - uses: actions/checkout@v5 |
152 | 152 | with: |
153 | 153 | submodules: true |
154 | 154 | fetch-depth: 0 |
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | runs-on: ${{ matrix.os }} |
208 | 208 |
|
209 | 209 | steps: |
210 | | - - uses: actions/checkout@v4 |
| 210 | + - uses: actions/checkout@v5 |
211 | 211 | with: |
212 | 212 | submodules: true |
213 | 213 | fetch-depth: 0 |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | name: Build sdist and test extra dependencies |
260 | 260 | runs-on: ubuntu-latest |
261 | 261 | steps: |
262 | | - - uses: actions/checkout@v4 |
| 262 | + - uses: actions/checkout@v5 |
263 | 263 | with: |
264 | 264 | submodules: true |
265 | 265 | fetch-depth: 0 |
@@ -305,7 +305,7 @@ jobs: |
305 | 305 | env: |
306 | 306 | IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON |
307 | 307 | steps: |
308 | | - - uses: actions/checkout@v4 |
| 308 | + - uses: actions/checkout@v5 |
309 | 309 | with: |
310 | 310 | submodules: true |
311 | 311 | fetch-depth: 0 |
|
0 commit comments