Skip to content

Move the cache actions off Node 20 - #29

Merged
jpcottin merged 1 commit into
mainfrom
ci/node24-actions
Jul 28, 2026
Merged

Move the cache actions off Node 20#29
jpcottin merged 1 commit into
mainfrom
ci/node24-actions

Conversation

@jpcottin

Copy link
Copy Markdown
Owner

actions/cache/restore@v4 and actions/cache/save@v4 target Node 20, which the runners now force onto Node 24 and flag with a deprecation warning:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@v4, actions/cache/save@v4

Bumped to @v6, which targets Node 24 directly — confirmed from the actions' own metadata (v4 declares using: node20, v6 declares using: node24).

actions/cache/restore and actions/cache/save at v4 target Node 20, which the
runners now force onto Node 24 with a deprecation warning. v6 targets Node 24
directly.
@jpcottin
jpcottin merged commit 1f99831 into main Jul 28, 2026
14 checks passed
@jpcottin
jpcottin deleted the ci/node24-actions branch July 28, 2026 02:47
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.

1 participant