Skip to content

Commit 38f3911

Browse files
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a29c79 commit 38f3911

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
@@ -13,7 +13,7 @@ jobs:
1313
name: Build wheels on Linux (x86_64)
1414
runs-on: ubuntu-22.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
submodules: true
1919
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
@@ -63,7 +63,7 @@ jobs:
6363
name: Build wheels on Linux (aarch64/musllinux)
6464
runs-on: ubuntu-22.04-arm
6565
steps:
66-
- uses: actions/checkout@v4
66+
- uses: actions/checkout@v5
6767
with:
6868
submodules: true
6969
fetch-depth: 0
@@ -97,7 +97,7 @@ jobs:
9797
wheel_arch: arm64
9898

9999
steps:
100-
- uses: actions/checkout@v4
100+
- uses: actions/checkout@v5
101101
with:
102102
submodules: true
103103
fetch-depth: 0
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-22.04
151151

152152
steps:
153-
- uses: actions/checkout@v4
153+
- uses: actions/checkout@v5
154154
with:
155155
submodules: true
156156
fetch-depth: 0
@@ -209,7 +209,7 @@ jobs:
209209
runs-on: ${{ matrix.os }}
210210

211211
steps:
212-
- uses: actions/checkout@v4
212+
- uses: actions/checkout@v5
213213
with:
214214
submodules: true
215215
fetch-depth: 0
@@ -262,7 +262,7 @@ jobs:
262262
name: Build sdist and test extra dependencies
263263
runs-on: ubuntu-latest
264264
steps:
265-
- uses: actions/checkout@v4
265+
- uses: actions/checkout@v5
266266
with:
267267
submodules: true
268268
fetch-depth: 0
@@ -308,7 +308,7 @@ jobs:
308308
env:
309309
IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON
310310
steps:
311-
- uses: actions/checkout@v4
311+
- uses: actions/checkout@v5
312312
with:
313313
submodules: true
314314
fetch-depth: 0

0 commit comments

Comments
 (0)