Skip to content

Bump actions/cache to a Node 24 release before GitHub deprecates Node 20 #71

@kristianmills

Description

@kristianmills

GitHub has announced the deprecation of the Node 20 runtime for GitHub Actions in favor of Node 24. Once Node 20 is removed, any action still running on it will emit deprecation warnings and eventually fail.

bats-action currently pins actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 in several steps, and that pinned commit runs on Node 20.

Bump the actions/cache pin to a release that runs on Node 24 (the actions/cache maintainers have been publishing Node-24-capable releases under the v4 line. Please pick the latest tagged commit that uses Node 24, or move to v5 once available).

Happy to open a PR if helpful — just wanted to flag it. Thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions