build(deps): bump actions/checkout from 5 to 6#160
Merged
Conversation
Tighten the workflow pin tests at the same time so CI fails fast on either a regression to v5 or an unintended downgrade. The previous literal `actions/checkout@v5` assertion is what blocked the dependabot bump in #155.
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.
Summary
actions/checkoutfrom v5 to v6 acrossci.yml,docs.yml,nightly.yml,release.yml, andwheels.yml(Node24, no behavior change for our usage).tests/test_ci_workflow.pyandtests/test_wheels_config.pyso the literalactions/checkout@v5pin assertion follows the bump — this is what broke build(deps): bump actions/checkout from 5 to 6 #155 and caused every matrix job to fail intest_ci_uses_node24_actions/test_wheels_workflow_uses_node24_actions.@v5 not inguard so a future accidental downgrade is caught by the same tests.Closes the intent of #155 (which was closed in favor of this branch because dependabot only touched the workflows and not the pinned-version regression tests).
Test plan
PYTHONUTF8=1 pytest tests/test_ci_workflow.py tests/test_wheels_config.py tests/test_release_workflow_yaml.py -o addopts=""→ 60 passed, 3 skipped locallyubuntu-24.04 / macos-15 / windows-2025-vs2026×py3.11–3.14) greenlintjob green