ci(github-action): update action actions/checkout ( 9c091bb ➔ 3d3c42e )#2381
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead. |
konflate — summaryNote ✅ No rendered changes. konflate · rendered |
There was a problem hiding this comment.
actions/checkout: 9c091bb → 3d3c42e (v7.0.0 → v7.0.1)
Verdict: Safe to merge
The old digest 9c091bb is a v7.0.0-post-release commit ("update error wording"), and the new digest 3d3c42e is the v7.0.1 release commit. v7.0.1 contains three functional changes plus internal dependency bumps:
- #2518 — skip unsafe-pr-check when input is default. Affects the rarely-used
unsafe-pr-checkinput; we don't set it. - #2521 — trim only ASCII whitespace for branch/ref. Affects the
refinput; we don't overrideref. - #2530 — escape values passed to
git config --unset. Windows-only fix for stale credentialincludeIfentries; all affected workflows run on Linux (ubuntu-latest/home-ops-runner).
The three modified files (.github/workflows/apply-krr.yml, renovate-review.yaml, renovate-review-local.yaml) use actions/checkout with only fetch-depth: 0 and no other inputs, so none of the v7.0.1 changes are exercisable. No other consumer in the repo is affected by this version transition.
Sources consulted:
f25bac5 to
751bce3
Compare
This PR contains the following updates:
9c091bb→3d3c42eConfiguration
📅 Schedule: (in timezone America/Chicago)
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate.