CI: Node 24 action pins + resilient postgres pull#65
Merged
Conversation
GitHub forces Node 24 for actions on June 16, 2026 (Node 20 removed Sept 16). Bump all SHA-pinned actions to their latest Node 24 releases: - actions/checkout v4.2.2 -> v6.0.3 - actions/setup-python v5.3.0 -> v6.2.0 - docker/setup-buildx-action v3.7.1 -> v4.1.0 - docker/build-push-action v6.10.0 -> v7.2.0 Also pull the pytest job's postgres:16-alpine service image through AWS's public mirror of Docker Hub official images: an anonymous Docker Hub pull timeout took down main CI on 2026-06-10 (run 27262568530). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
ci.ymlto its latest Node 24 release, ahead of GitHub forcing Node 24 on June 16, 2026 (Node 20 removed from runners Sept 16):actions/checkoutv4.2.2 → v6.0.3actions/setup-pythonv5.3.0 → v6.2.0docker/setup-buildx-actionv3.7.1 → v4.1.0docker/build-push-actionv6.10.0 → v7.2.0postgres:16-alpineservice image through AWS's public mirror of Docker Hub official images (public.ecr.aws/docker/library/...). An anonymous Docker Hub pull timeout broke main CI on 2026-06-10 (run 27262568530); the mirror avoids Docker Hub's anonymous rate limits entirely.Why now
The deprecation annotation appears on every current run; after June 16 these pinned versions may break outright.
Verification
CI on this branch must be green without the "Node.js 20 actions are deprecated" annotation.
🤖 Generated with Claude Code