⬆️ Update actions/checkout action to v7#598
Conversation
Greptile SummaryBumps
Confidence Score: 5/5Safe to merge — a mechanical version bump applied identically across all five workflow files with no structural changes. Every changed file replaces one version string (v6.0.3 → v7.0.0) with no other modifications. The only workflow that could theoretically be affected by v7's new fork-PR checkout restriction (docker.yml, which uses a workflow_run trigger) is sourced exclusively from the release workflow and therefore never runs in a fork-PR context. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[actions/checkout upgrade\nv6.0.3 → v7.0.0] --> B[docker.yml\nworkflow_run trigger]
A --> C[docs.yml\npush / pull_request]
A --> D[markdown-code-runner.yml\npush / pull_request]
A --> E[pytest.yml\npush / pull_request]
A --> F[release.yml\nrelease: published]
B --> G{v7 fork-PR block\napplies?}
G -- "Triggered by release workflow\n(never a fork PR)" --> H[✅ Unaffected]
C --> I[✅ Safe — no workflow_run\nor pull_request_target]
D --> I
E --> I
F --> I
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[actions/checkout upgrade\nv6.0.3 → v7.0.0] --> B[docker.yml\nworkflow_run trigger]
A --> C[docs.yml\npush / pull_request]
A --> D[markdown-code-runner.yml\npush / pull_request]
A --> E[pytest.yml\npush / pull_request]
A --> F[release.yml\nrelease: published]
B --> G{v7 fork-PR block\napplies?}
G -- "Triggered by release workflow\n(never a fork PR)" --> H[✅ Unaffected]
C --> I[✅ Safe — no workflow_run\nor pull_request_target]
D --> I
E --> I
F --> I
Reviews (2): Last reviewed commit: "⬆️ Update actions/checkout action to v7" | Re-trigger Greptile |
49bce9a to
4fd509f
Compare
4fd509f to
8807e40
Compare
This PR contains the following updates:
v6.0.3→v7.0.0Release Notes
actions/checkout (actions/checkout)
v7.0.0Compare Source
v7Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.