Skip to content

Commit e86b1dd

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

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Build wheels on Linux (x86_64)
1717
runs-on: ubuntu-22.04
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
submodules: true
2222
fetch-depth: 0
@@ -43,7 +43,7 @@ jobs:
4343
name: Build wheels on Linux (aarch64/manylinux)
4444
runs-on: ubuntu-22.04-arm
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
submodules: true
4949
fetch-depth: 0
@@ -64,7 +64,7 @@ jobs:
6464
name: Build wheels on Linux (aarch64/musllinux)
6565
runs-on: ubuntu-22.04-arm
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
with:
6969
submodules: true
7070
fetch-depth: 0
@@ -98,7 +98,7 @@ jobs:
9898
wheel_arch: arm64
9999

100100
steps:
101-
- uses: actions/checkout@v5
101+
- uses: actions/checkout@v6
102102
with:
103103
submodules: true
104104
fetch-depth: 0
@@ -150,7 +150,7 @@ jobs:
150150
runs-on: ubuntu-22.04
151151

152152
steps:
153-
- uses: actions/checkout@v5
153+
- uses: actions/checkout@v6
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@v5
212+
- uses: actions/checkout@v6
213213
with:
214214
submodules: true
215215
fetch-depth: 0
@@ -261,7 +261,7 @@ jobs:
261261
name: Build sdist and test extra dependencies
262262
runs-on: ubuntu-latest
263263
steps:
264-
- uses: actions/checkout@v5
264+
- uses: actions/checkout@v6
265265
with:
266266
submodules: true
267267
fetch-depth: 0
@@ -307,7 +307,7 @@ jobs:
307307
env:
308308
IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON
309309
steps:
310-
- uses: actions/checkout@v5
310+
- uses: actions/checkout@v6
311311
with:
312312
submodules: true
313313
fetch-depth: 0

0 commit comments

Comments
 (0)