obi1kenobi / cargo-semver-checks-action

A GitHub Action for running cargo-semver-checks
MIT License
60 stars 15 forks source link

Should update to node20 due to node16 deprecation #62

Closed HadrienG2 closed 9 months ago

HadrienG2 commented 9 months ago

Just noticed this in one of my CI jobs:

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

obi1kenobi commented 9 months ago

Thanks! Just opened a PR to fix this.