Closed
Description
Issue
Using actions/setup-node@v4.2.0 with the cache:
option can result in a "Warning: Cache not found", for example
Request
Please bump @actions/cache
to minimum @actions/cache@4.0.1 to mitigate issue actions/cache#1552.
@actions/cache
is currently configured in actions/setup-node@v4.2.0 to use "@actions/cache": "^4.0.0"
and it is built with:
$ npm ls @actions/cache
setup-node@4.0.0
└── @actions/cache@4.0.0