liquidaty / zsv

zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser
MIT License
202 stars 12 forks source link

[CI] Update actions versions to fix NodeJS 16 deprecation warning #156

Closed iamazeem closed 6 months ago

iamazeem commented 6 months ago

Update actions/checkout, actions/upload-artifact, and cross-platform-actions/action to fix NodeJS 16 deprecation warnings:

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

Latest run with deprecation warnings: https://github.com/liquidaty/zsv/actions/runs/8260147411

Signed-off-by: Azeem Sajid azeem.sajid@gmail.com

iamazeem commented 6 months ago

@liquidaty: All warnings have been fixed. Please review and merge. Thanks!

PR latest run summary: https://github.com/liquidaty/zsv/actions/runs/8291562679