# 11-Jun-2026 — bump actions/cache to v5 to clear Node 20 deprecation warning [ref #185](https://github.com/nbarrett/ngx-ramblers/issues/185)

## [build 687](https://github.com/nbarrett/ngx-ramblers/actions/runs/27350313589) — [commit 71221d7](https://github.com/nbarrett/ngx-ramblers/commit/71221d768dc50487e38701b98877580f39ecf290)

_____

- #185 moved checkout and setup-node to v6 in March, but the node_modules
caching steps added later by the #201 perf work used actions/cache@v4,
which still targets Node 20 and reintroduced the deprecation warning
- bump all 12 actions/cache references across the docker-image and
integration-worker workflows to v5 (Node 24 runtime); inputs are
unchanged so existing cache keys keep working