Skip to content

Commit f378935

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <[email protected]>
1 parent f275366 commit f378935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
name: Deploy the website to a specific folder
212212
if: ${{ github.event.inputs.upload_id != '' || github.event.client_payload.upload_id != '' }}
213213
steps:
214-
- uses: actions/checkout@v5
214+
- uses: actions/checkout@v6
215215

216216
- uses: astral-sh/setup-uv@v5
217217

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
needs: build_wheel
6868
if: "!contains(github.event.head_commit.message, 'integration_tests skip')"
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171

7272
- uses: astral-sh/setup-uv@v5
7373

0 commit comments

Comments
 (0)