Github Actions is deprecating node16 sometime this year, and any workflows using this action currently give the following warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: eLco/setup-vault@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This PR updates the action to use node20 and updates all dependencies along with it.
Github Actions is deprecating node16 sometime this year, and any workflows using this action currently give the following warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: eLco/setup-vault@v1.0.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
This PR updates the action to use node20 and updates all dependencies along with it.