-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationteststype: dependenciestype: enhancementNew feature or requestNew feature or request
Description
What would you like?
Update documentation and examples to use a version of actions/cache that runs using node24
Why is this needed?
Documentation and examples currently use actions/cache@v4 which runs.using node20.
The node20 option for GitHub Actions is tied to Node.js 20 that is planned for End-of-life on Apr 30, 2026.
GitHub has deprecated the use of node20 and will force runners to use node24 beginning on Mar 4, 2026 - see Deprecation of Node 20 on GitHub Actions runners.
Supports resolution of issue #1519
Other
actions/cache@v4 is the latest version available at this time.
- Upgrade to use node24 actions/cache#1630 is a stale related PR
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationteststype: dependenciestype: enhancementNew feature or requestNew feature or request