ChainSafe / lodestar

🌟 TypeScript Implementation of Ethereum Consensus
https://lodestar.chainsafe.io
Apache License 2.0
1.18k stars 289 forks source link

Fix github workflow warnings #5411

Open wemeetagain opened 1 year ago

wemeetagain commented 1 year ago

Is your feature request related to a problem? Please describe.

See warnings here https://github.com/ChainSafe/lodestar/actions/runs/4786942358

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

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

wemeetagain commented 4 weeks ago

As of Oct 15 2024, there are still warnings in our workflows. These should be resolved to avoid sudden breakages.