Skip to content

ci: update GitHub Actions to current majors - #14

Merged
AndrewKochulab merged 1 commit into
masterfrom
ci/update-actions
Aug 18, 2026
Merged

ci: update GitHub Actions to current majors#14
AndrewKochulab merged 1 commit into
masterfrom
ci/update-actions

Conversation

@AndrewKochulab

Copy link
Copy Markdown
Owner

Dependabot's first run opened four PRs (#10#13) pointing out that the workflows I shipped in 2.0.0/2.1.0 were already pinned a major or two behind. It's right.

Action Was Now
actions/checkout v4 v7
actions/cache v4 v6
actions/deploy-pages v4 v5
actions/upload-pages-artifact v3 v5

Consolidated into one change so this costs a single CI run instead of four — the providers job alone takes ~5 minutes because it compiles the full vendor SDK set. Supersedes #10, #11, #12 and #13, which I'll close once this is green.

This PR exercises every changed action on itself: checkout and cache run in CI here, and deploy-pages / upload-pages-artifact run in the documentation workflow on merge to master.

🤖 Generated with Claude Code

The workflows shipped pinned to versions that were already a major or two
behind — Dependabot opened four PRs on its first run saying so. Consolidated
into one change so this costs a single CI run rather than four.

checkout v4 -> v7, cache v4 -> v6, deploy-pages v4 -> v5,
upload-pages-artifact v3 -> v5.

Supersedes #10, #11, #12, #13.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@AndrewKochulab
AndrewKochulab merged commit cddb420 into master Aug 18, 2026
10 checks passed
@AndrewKochulab
AndrewKochulab deleted the ci/update-actions branch August 18, 2026 21:15
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