thomaseizinger / keep-a-changelog-new-release

Automatically update your CHANGELOG.md for a new release
MIT License
56 stars 38 forks source link

Update node version in action.yml #21

Closed MarkoSagadin closed 8 months ago

MarkoSagadin commented 8 months ago

Hello!

Once again I had to update the node version in the actions.yaml to avoid the warning emitted by the GitHub Actions:

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

I have made sure that the action still works on my side after using node20.

Can you please merge this PR and create a new release when you can?

thomaseizinger commented 8 months ago

Can you update the changelog to reflect the new change?

MarkoSagadin commented 8 months ago

Done :)

thomaseizinger commented 7 months ago

Will release together with https://github.com/thomaseizinger/keep-a-changelog-new-release/pull/22 once merged.