Skip to content

[codex] Modernize CI workflow actions - #25

Merged
GitSquared merged 1 commit into
masterfrom
codex/modernize-ci-actions
Jun 20, 2026
Merged

[codex] Modernize CI workflow actions#25
GitSquared merged 1 commit into
masterfrom
codex/modernize-ci-actions

Conversation

@GitSquared

Copy link
Copy Markdown
Owner

Summary

Modernizes the GitHub Actions workflow used by rinzler commit checks.

  • upgrades actions/checkout from v2 to v4
  • upgrades actions/setup-node from v1 to v4
  • runs checks on Node 20 instead of Node 12
  • uses setup-node's npm cache instead of caching node_modules

Why

Dependabot PRs are currently blocked because every Commit Checks job fails during the setup step before project commands run. The workflow still uses old action majors and Node 12 on ubuntu-latest, so this isolates the CI-platform issue before dependency PRs are merged.

Verification

Not run locally; this is a GitHub Actions workflow-only change published through the GitHub app. The PR's own Actions run is the relevant verification.

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rinzler-demo Ready Ready Preview, Comment Jun 20, 2026 2:24pm

@GitSquared
GitSquared marked this pull request as ready for review June 20, 2026 14:26
@GitSquared
GitSquared merged commit 86dda28 into master Jun 20, 2026
8 checks passed
@GitSquared
GitSquared deleted the codex/modernize-ci-actions branch June 20, 2026 14:26
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.

1 participant