Skip to content

ci: bump actions/checkout to v4 in build.yml#166

Merged
rubenhensen merged 1 commit intomainfrom
ci/bump-checkout-v4
May 5, 2026
Merged

ci: bump actions/checkout to v4 in build.yml#166
rubenhensen merged 1 commit intomainfrom
ci/bump-checkout-v4

Conversation

@rubenhensen
Copy link
Copy Markdown
Contributor

Summary

  • Bumps actions/checkout from @v3 to @v4 in the test and format jobs
  • Bumps actions/checkout from @v2 to @v4 in the test-wasm-browsers job
  • Eliminates deprecated Node 16 runners; aligns with delivery.yml (already on @v6)

Closes #157.

This is the diff that was blocked from being pushed by the dobby agent because its GitHub App installation lacks the workflows: write permission. Pushed manually with a PAT carrying the workflow scope.

Test plan

  • CI is green on this branch (test, format, test-wasm-browsers)

Closes #157

Replaces deprecated @v2 and @V3 references (which run on Node 16) with
@v4 across the test, format, and test-wasm-browsers jobs to match
delivery.yml's modern checkout version.
@rubenhensen rubenhensen merged commit 29ec25d into main May 5, 2026
18 checks passed
@rubenhensen rubenhensen deleted the ci/bump-checkout-v4 branch May 5, 2026 15:45
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.

CI: outdated actions/checkout versions (v2, v3) should be updated to v4+

1 participant