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.
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 # v4in several steps, and that pinned commit runs on Node 20.Bump the
actions/cachepin to a release that runs on Node 24 (theactions/cachemaintainers have been publishing Node-24-capable releases under thev4line. Please pick the latest tagged commit that uses Node 24, or move tov5once available).Happy to open a PR if helpful — just wanted to flag it. Thanks.