Issue
Using actions/[email protected] with the cache: option can result in a "Warning: Cache not found", for example

Request
Please bump @actions/cache to minimum @actions/[email protected] to mitigate issue actions/cache#1552.
@actions/cache is currently configured in actions/[email protected] to use "@actions/cache": "^4.0.0" and it is built with:
$ npm ls @actions/cache
[email protected]
└── @actions/[email protected]
Issue
Using actions/[email protected] with the
cache:option can result in a "Warning: Cache not found", for exampleRequest
Please bump
@actions/cacheto minimum @actions/[email protected] to mitigate issue actions/cache#1552.@actions/cacheis currently configured in actions/[email protected] to use"@actions/cache": "^4.0.0"and it is built with: