pre-commit/action@v3.0.0 Depends on actions/cache@v3 which is using Node 16 which is now deprecated

This is the error message:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

actions/cache@v4 has been released for Node 20 please see https://github.com/actions/cache/releases/tag/v4.0.0
along with the specific PR actions/cache#1284.

Thanks!