setup-node icon indicating copy to clipboard operation
setup-node copied to clipboard

Upgrade @actions/cache

Open dsame opened this issue 1 year ago • 2 comments

Description: I've upgraded minor version of @actions/cache in order to solve the issue

"Intermittently, the setup-node action times out after 60 minutes. Logs indicate that it's restoring yarn cache"

Related issue: link to the related issue.

Check list:

  • [ ] Mark if documentation changes are required.
  • [ ] Mark if tests were added or updated to cover the changes.

dsame avatar Nov 28 '23 13:11 dsame

Dependency actions/cache is updated to to 3.2.2: https://github.com/actions/setup-node/blob/main/package-lock.json#L51-L52

dmitry-shibanov avatar Dec 13 '23 11:12 dmitry-shibanov