Skip to content

ci: bump actions/checkout to v6 in Claude workflows#41

Closed
jnasbyupgrade wants to merge 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:node20-deprecation-fix
Closed

ci: bump actions/checkout to v6 in Claude workflows#41
jnasbyupgrade wants to merge 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:node20-deprecation-fix

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Summary

  • .github/workflows/claude-code-review.yml and .github/workflows/claude.yml still used actions/checkout@v4, which targets Node.js 20. GitHub Actions runners are deprecating Node 20, and runs of these workflows show:

    Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.

  • ci.yml was already bumped to actions/checkout@v6 (Node 24). This PR brings the two Claude workflows in line with it.

Test plan

  • Confirmed the warning's source via a recent claude-code-review run log (only actions/checkout@v4 was named as the offending action; anthropics/claude-code-action@v1 was not implicated).
  • After this PR triggers claude-code-review, confirm that run's log no longer shows the Node.js 20 deprecation warning.
  • CI green.

actions/checkout@v4 targets Node.js 20, which GitHub Actions runners
are deprecating; runs currently show a "Node.js 20 is deprecated"
warning naming actions/checkout@v4 as the offending action. Bump to
@v6 (Node 24) in claude-code-review.yml and claude.yml to match
ci.yml, which already uses @v6.
@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3897a6d0-d353-43a0-9709-3c420e87587a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jnasbyupgrade

Copy link
Copy Markdown
Contributor Author

Rolling this into #39 (combining the CI-workflow changes). Closing; the actions/checkout@v4→v6 bump now lives in #39. Leaving the branch in place.

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