Skip to content

Commit fef0711

Browse files
committed
Merge branch 'main' into develop
2 parents 7926cb5 + dfa303a commit fef0711

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build wheels on Linux (x86_64)
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
submodules: true
2020
fetch-depth: 0
@@ -41,7 +41,7 @@ jobs:
4141
name: Build wheels on Linux (aarch64/manylinux)
4242
runs-on: ubuntu-22.04-arm
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
submodules: true
4747
fetch-depth: 0
@@ -62,7 +62,7 @@ jobs:
6262
name: Build wheels on Linux (aarch64/musllinux)
6363
runs-on: ubuntu-22.04-arm
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v5
6666
with:
6767
submodules: true
6868
fetch-depth: 0
@@ -96,7 +96,7 @@ jobs:
9696
wheel_arch: arm64
9797

9898
steps:
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v5
100100
with:
101101
submodules: true
102102
fetch-depth: 0
@@ -148,7 +148,7 @@ jobs:
148148
runs-on: ubuntu-22.04
149149

150150
steps:
151-
- uses: actions/checkout@v4
151+
- uses: actions/checkout@v5
152152
with:
153153
submodules: true
154154
fetch-depth: 0
@@ -207,7 +207,7 @@ jobs:
207207
runs-on: ${{ matrix.os }}
208208

209209
steps:
210-
- uses: actions/checkout@v4
210+
- uses: actions/checkout@v5
211211
with:
212212
submodules: true
213213
fetch-depth: 0
@@ -259,7 +259,7 @@ jobs:
259259
name: Build sdist and test extra dependencies
260260
runs-on: ubuntu-latest
261261
steps:
262-
- uses: actions/checkout@v4
262+
- uses: actions/checkout@v5
263263
with:
264264
submodules: true
265265
fetch-depth: 0
@@ -305,7 +305,7 @@ jobs:
305305
env:
306306
IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON
307307
steps:
308-
- uses: actions/checkout@v4
308+
- uses: actions/checkout@v5
309309
with:
310310
submodules: true
311311
fetch-depth: 0

0 commit comments

Comments
 (0)