ci(deps): bump actions/checkout from 6 to 7 - #33
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #33 +/- ##
=======================================
Coverage 90.75% 90.75%
=======================================
Files 1 1
Lines 119 119
Branches 30 30
=======================================
Hits 108 108
Misses 11 11 🚀 New features to boost your workflow:
|
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
2 times, most recently
from
September 1, 2026 09:08
33640d6 to
421789d
Compare
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>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-7
branch
2 times, most recently
from
September 1, 2026 09:30
421789d to
f05c175
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 6 to 7.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Note
Low Risk
CI-only third-party action bump with no application or auth logic changes; workflows here use standard
pull_request/pushtriggers, notpull_request_target.Overview
Upgrades every GitHub Actions checkout step from
actions/checkout@v6to@v7acrossci.yml,generate-and-publish.yml, andpublish-release.yml(lint, typecheck, codegen, test matrix, build, Bun/Deno jobs, SDK generation, and npm publish).Checkout inputs are unchanged (same tokens,
fetch-depth, etc.); only the action major version moves forward for dependency maintenance and upstream fixes.Reviewed by Cursor Bugbot for commit f05c175. Bugbot is set up for automated code reviews on this repo. Configure here.