eLco / setup-vault

Sets up HashiCorp Vault CLI in your GitHub Actions workflow.
MIT License
0 stars 3 forks source link

Bump to node20 and upgrade dependencies #5

Closed bkonicek-calm closed 10 months ago

bkonicek-calm commented 10 months ago

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.

eLco commented 10 months ago

Hey @bkonicek-calm thank you for the PR. Could you please describe the changes and motivation behind it? Thank you!

bkonicek-calm commented 10 months ago

Yes, sorry! Updated the PR description

eLco commented 10 months ago

@bkonicek-calm thank you for your contribution!