Gudahtt / prettier-plugin-sort-json

A plugin for Prettier that sorts JSON files by property name.
MIT License
103 stars 12 forks source link

Update all GitHub actions from v3 to v4 #207

Closed Gudahtt closed 8 months ago

Gudahtt commented 8 months ago

All official GitHub actions have been updated from v3 to v4. The main change in the v4 releases is that the version of Node.js used has been updated from v16 to v20. This update should resolve the Node v16 deprecation warning shown on each run.