ci(deps)(deps): bump actions/checkout from 4 to 7 - #325
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
|
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...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
from
August 31, 2026 18:49
5ffd28d to
5559b20
Compare
|
|
devopam
added a commit
that referenced
this pull request
Sep 1, 2026
… deadlock (#328) The workflow's 'Wait for status checks' step polled checks.listForRef on the PR head SHA and waited for every check run to be 'completed' before merging — but that list includes the workflow's own currently-running check run, which can never be 'completed' mid-poll. Every bot PR timed out after 60 attempts / ~10 minutes (see #324, #325, #326). Replaced the hand-rolled wait-then-merge loop with native GitHub auto-merge (gh pr merge --squash --auto), which lets GitHub itself wait on branch protection's required-checks list and merge when green — no self-polling possible. Also made workflow_dispatch actually usable via a pr_number input (previously listed as a trigger but non-functional, since the script only ever read context.payload.pull_request). Claude-Session: https://claude.ai/code/session_013bghcqrffRB2LTwv2q2bTj Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Author
|
Looks like actions/checkout is up-to-date now, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/github_actions/actions/checkout-7
branch
September 1, 2026 00:29
|
|
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 4 to 7.
Release notes
Sourced from actions/checkout's releases.
... (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)