Skip to content

ci: bump GitHub Actions to latest versions - #79

Merged
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:ci/bump-actions-versions
Aug 4, 2026
Merged

ci: bump GitHub Actions to latest versions#79
jnasbyupgrade merged 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:ci/bump-actions-versions

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Bump actions/checkout to the latest published major version to clear the Node.js 20 deprecation warnings it was triggering in CI logs.

  • actions/checkout@v6 -> actions/checkout@v7

actions/checkout and other pinned actions had drifted behind their
latest published major version, triggering Node.js deprecation warnings
in CI logs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 4, 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: 9ec29c7b-a4cb-4d1d-ae71-581940f7d96a

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

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.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Claude finished @jnasbyupgrade's task in 1m 2s —— View job


Claude finished the review

  • Gather context (PR diff, changed files)
  • Review each workflow file change
  • Verify version bump correctness (checkout v6→v7)
  • Post final review

Review

This is a clean, mechanical change: actions/checkout@v6actions/checkout@v7 across all 12 usages in the three workflow files (ci.yml, claude-code-review.yml, claude.yml). A few checks:

  • Consistency: every one of the 12 actions/checkout@v6 references in the repo was updated — no stragglers left on v6.
  • Scope: actions/checkout is the only pinned-major-version action used in these workflows, so there's nothing else to bump here.
  • No behavior change: none of the surrounding with: blocks (fetch-depth, persist-credentials, etc.) were touched, so this is a pure version bump with no config changes.
  • CI confirms it works: the CI run on this branch (30952741648) already completed successfully, so actions/checkout@v7 resolves and behaves as expected across all jobs (including the matrix jobs and the all-checks-passed gate).
  • Naming: per this repo's CLAUDE.md, since this change touches only CI files, the CI: PR-title prefix convention doesn't strictly apply to the PR title itself (that convention is for commit/PR subjects) — worth double-checking whether the maintainer wants the title prefixed as CI: bump GitHub Actions to latest versions for consistency with prior commits like 34ead59. Not a blocker either way.

No functional issues found. This looks safe to merge.

@jnasbyupgrade
jnasbyupgrade merged commit ca12802 into Postgres-Extensions:master Aug 4, 2026
30 checks passed
@jnasbyupgrade
jnasbyupgrade deleted the ci/bump-actions-versions branch August 4, 2026 23:23
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