cdapio / netty-http

Netty based HTTP service with JAX-RS
Apache License 2.0
126 stars 49 forks source link

[CDAP-19833] Upgrade actions/cache to v3 which has node16 support #111

Closed itsankit-google closed 1 year ago

itsankit-google commented 1 year ago

Recently we started seeing this warning in github action builds that Node.js 12 actions are deprecated.

Warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/cache, actions/cache

This PR helps in upgrading the actions/cache to v3 which has node16 support.