Skip to content

fix(ci): downgrade actions/checkout from v6 to v4#1409

Merged
piorpua merged 1 commit intomainfrom
zynx/fix/ci-checkout-action-version
Mar 18, 2026
Merged

fix(ci): downgrade actions/checkout from v6 to v4#1409
piorpua merged 1 commit intomainfrom
zynx/fix/ci-checkout-action-version

Conversation

@piorpua
Copy link
Copy Markdown
Contributor

@piorpua piorpua commented Mar 18, 2026

Summary

  • actions/checkout@v6 does not exist; GitHub Actions failed to load the workflow at parse time (0s duration, no jobs started)
  • The required Code Quality check was permanently stuck in "Waiting for status to be reported" state on all PRs
  • Regression introduced in ffcca5c8 merged via PR fix(build): package bun runtime with cache-first strategy #1371 — reverts all 6 occurrences back to the latest stable v4

Test plan

  • Verify the ✓PR Checks workflow starts all jobs (non-zero duration)
  • Verify Code Quality check reports a result (pass or fail) instead of pending

actions/checkout@v6 does not exist; the non-existent version caused the
entire pr-checks workflow to fail at load time (0s duration, no jobs
started), leaving the required Code Quality check permanently pending.

Regression introduced in ffcca5c (chore(ci): optimize pr checks and
add bun packaging coverage, merged via PR #1371).
@piorpua piorpua merged commit 00e476d into main Mar 18, 2026
4 checks passed
@piorpua piorpua deleted the zynx/fix/ci-checkout-action-version branch March 18, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants