@hyphen/react-sdk - chore: upgrade GitHub Actions (breaking)#47
Merged
Conversation
- pnpm/action-setup v4 -> v6 (tests, release, code-coverage) - codecov/codecov-action v5 -> v7 (code-coverage) actions/checkout and actions/setup-node already track the latest major (v6). Input contracts verified unchanged: pnpm/action-setup still reads the pnpm version from the packageManager field (no version input passed), and codecov-action still accepts token/slug/files. https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ
Contributor
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 19 19
Branches 1 1
=========================================
Hits 19 19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Upgrade GitHub Actions to their latest majors.
Versions
pnpm/action-setupv4 → v6 —tests.yaml,release.yaml,code-coverage.yamlcodecov/codecov-actionv5 → v7 —code-coverage.yamlactions/checkoutandactions/setup-nodealready track the latest major (v6), so they're unchanged. Pin style (@vX) preserved.Checks
pnpm/action-setup@v6reads the pnpm version frompackageManager(noversioninput passed);codecov/codecov-action@v7still acceptstoken/slug/filesBreaking notes
Two action majors bumped, but no workflow input changes were required — the relevant inputs are unchanged in the new majors. PR CI exercises both actions (
tests/code-coveragerunpnpm/action-setup@v6;code-coveragerunscodecov-action@v7), so green CI validates the upgrade.release.yamlonly runs on release/dispatch, but itspnpm/action-setup@v6bump is identical to the CI-validated ones.https://claude.ai/code/session_01Joji3jaJQvm1tN7qw3VtHZ
Generated by Claude Code