Skip to content

Commit c5fde1c

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config --global core.autocrlf false
4343
git config --global core.eol lf
4444
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646
with:
4747
fetch-depth: 0
4848
submodules: recursive
@@ -74,7 +74,7 @@ jobs:
7474
matrix:
7575
python-version: ['3.10']
7676
steps:
77-
- uses: actions/checkout@v6
77+
- uses: actions/checkout@v7
7878
with:
7979
fetch-depth: 0
8080
submodules: recursive

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Run benchmarks
1919
runs-on: ubuntu-24.04
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
submodules: recursive

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- "pypy3.11"
2323

2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
with:
2727
fetch-depth: 0
2828
submodules: recursive

0 commit comments

Comments
 (0)