Skip to content

ci: bump action pins to latest major (checkout v6, setup-python v6)#18

Merged
shinpr merged 1 commit into
mainfrom
chore/bump-ci-action-pins
Jun 12, 2026
Merged

ci: bump action pins to latest major (checkout v6, setup-python v6)#18
shinpr merged 1 commit into
mainfrom
chore/bump-ci-action-pins

Conversation

@shinpr

@shinpr shinpr commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Summary

The CI action pins were a generation behind. Their SHAs still matched their # v4 / # v5 comments (the major tags resolve to those commits), so the pins were not "broken" — but the major versions themselves were outdated.

This bumps both to the latest major release, keeping the SHA-pinning convention.

Action Before After
actions/checkout 34e1148… # v4 df4cb1c… # v6
actions/setup-python a26af69… # v5 a309ff8… # v6

SHAs are pinned to the commits the current major tags (v6) point to.

Notes

  • These are major-version bumps (checkout v5+ moved to the Node 24 runtime, etc.), but this workflow only does a basic checkout + setup-python, so no breaking impact is expected.
  • CI on this PR validates the new pins end-to-end.

🤖 Generated with Claude Code

actions/checkout v4 -> v6 and actions/setup-python v5 -> v6.
SHAs pinned to the current major tags.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@shinpr shinpr self-assigned this Jun 12, 2026
@shinpr shinpr merged commit e80c62c into main Jun 12, 2026
5 checks passed
@shinpr shinpr deleted the chore/bump-ci-action-pins branch June 12, 2026 23:31
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