Merged
Conversation
GitHub has shut down actions/cache@v2 and will deprecate v3. This updates all action references across the three shared workflows: - actions/checkout v3 → v4 - actions/setup-node v3 → v4 - actions/cache v3 → v4 Note: Cypress container image (node16) and hardcoded node-version: 16 are flagged for a future update but left unchanged here to keep the blast radius small. Made-with: Cursor
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
Updates all deprecated GitHub Actions across the three shared reusable workflows to v4. GitHub has already shut down
actions/cache@v2andactions/upload-artifact@v2, and v3 is next. Any project consuming these workflows will fail CI once v3 is fully deprecated.Changes
actions/checkoutactions/setup-nodeactions/cacheInstances already at v4 (e.g.
setup-node@v4in theinstall-and-cache-dependenciesjob) were left untouched.Out of scope (flagged for future)
cypress/browsers:node16.18.0-chrome107-ff106-edgeuses EOL Node 16actions/setup-nodewithnode-version: 16in some jobs (also EOL)Test Plan
@v2or@v3action references remain in workflow filesMade with Cursor