editorconfig-checker / action-editorconfig-checker

MIT License
20 stars 5 forks source link

Update actions/checkout and actions/setup-node version on README.md and workflows #73

Closed antonio-gg-dev closed 7 months ago

antonio-gg-dev commented 7 months ago

I just updated the README.md example and the .github/workflows/ci.yml to use actions/checkout@v4 instead of actions/checkout@v2 and actions/setup-node@v4 instead of actions/setup-node@v2 to resolve the following warning in the actions:

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

We have tested it on the bashunit actions, and it works perfectly with the new version.

mstruebing commented 7 months ago

Thank you 🚀