remy / mit-license

Hosted MIT License with details controlled through this repo
mit-license.org
Other
2.25k stars 1.56k forks source link

switch CI workflow to use actions with node v20 #1714

Open koushik-ms opened 2 months ago

koushik-ms commented 2 months ago

Github has removed node14 from the runners and deprecated node16 since it's past its end of life1. Workflows containing actions using old node versions emit deprecation warnings. This commit removes the warning by switching to latest stable versions of the affected actions.

Fixes #1713.