Skip to content

Commit 27a4e59

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 57f27e1 commit 27a4e59

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Check Python format
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- name: Set up Python
@@ -30,7 +30,7 @@ jobs:
3030
name: Check Rust format
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
- run: rustup update stable && rustup default stable
@@ -43,7 +43,7 @@ jobs:
4343
matrix:
4444
python-version: ["3.10", "3.11", "3.12", "3.13"]
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Python ${{ matrix.python-version }}
@@ -70,7 +70,7 @@ jobs:
7070
matrix:
7171
target: [x86_64]
7272
steps:
73-
- uses: actions/checkout@v5
73+
- uses: actions/checkout@v6
7474
with:
7575
fetch-depth: 0
7676
- uses: actions/setup-python@v6
@@ -118,7 +118,7 @@ jobs:
118118
matrix:
119119
target: [x64]
120120
steps:
121-
- uses: actions/checkout@v5
121+
- uses: actions/checkout@v6
122122
with:
123123
fetch-depth: 0
124124
- uses: actions/setup-python@v6
@@ -149,7 +149,7 @@ jobs:
149149
matrix:
150150
target: [x86_64, aarch64]
151151
steps:
152-
- uses: actions/checkout@v5
152+
- uses: actions/checkout@v6
153153
with:
154154
fetch-depth: 0
155155
- uses: actions/setup-python@v6
@@ -177,7 +177,7 @@ jobs:
177177
needs: [test]
178178
runs-on: ubuntu-latest
179179
steps:
180-
- uses: actions/checkout@v5
180+
- uses: actions/checkout@v6
181181
with:
182182
fetch-depth: 0
183183
- name: Build sdist

0 commit comments

Comments
 (0)