chore(deps): bump actions/checkout from 5 to 6#4
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Greptile SummaryThis Dependabot PR upgrades
Confidence Score: 5/5Safe to merge — the only functional change is upgrading actions/checkout to v6, which is backwards-compatible for all job types used here. The change is a routine dependency bump. codeql.yml is a clean major-version upgrade (v5 → v6). ci.yml and release.yml shift from a pinned patch version to a floating major tag, which was already discussed in prior review threads. None of the workflows use Docker container actions, so the v6 runner-version requirement (≥ v2.329.0) is not a concern. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Push / PR / Tag / Schedule] --> B{Workflow Trigger}
B -->|push or PR to main| C[ci.yml]
B -->|push/PR to main or weekly schedule| D[codeql.yml]
B -->|tag v-star or workflow dispatch| E[release.yml]
C --> C1[checkout v6]
C1 --> C2[Frontend Job]
C1 --> C3[Rust Format Job]
C1 --> C4[Rust Test Job]
C2 & C3 & C4 --> C5[Validate Job]
D --> D1[checkout v6]
D1 --> D2[CodeQL Analyze]
E --> E1[checkout v6]
E1 --> E2[Build macOS DMG]
E2 --> E3[Upload Artifact]
Reviews (2): Last reviewed commit: "chore(deps): bump actions/checkout from ..." | Re-trigger Greptile |
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>
41dfc9d to
af3a8dd
Compare
|
Looks like actions/checkout is up-to-date now, so this is no longer needed. |
Bumps actions/checkout from 5 to 6.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)