DataTables / Editor-PHP

PHP server-side libraries for Editor
Other
35 stars 22 forks source link

ci: fix deprecations #36

Closed Chris53897 closed 2 months ago

AllanJard commented 2 months ago

I see that the change takes it from v3 to 4, but can you say after the difference is, or perhaps link to a page with the details please? Just so I know what the impact is. Thanks!

Chris53897 commented 2 months ago

yes of course. https://github.com/actions/checkout/releases/tag/v4.0.0

The main change is Update default runtime to node20

This will fix the warnings here. https://github.com/DataTables/Editor-PHP/actions/runs/9641980735

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

AllanJard commented 2 months ago

Ah! Perfect - thank you.