s4u / setup-maven-action

Complete environment configuration for Maven builds
MIT License
59 stars 24 forks source link

Cut release to address Node.js 16 deprecation warnings #71

Closed NotMyFault closed 8 months ago

NotMyFault commented 8 months ago

Hey @slawekjaranowski,

using s4u/setup-maven-action@v1.11.0 emits warnings on every workflow run due to the consumption of actions using Node.js 16 over 20, which is deprecated: Screenshot 2024-02-11 at 12 13 34

I took a brief look over the actions GH complains about:

Would you mind merging my PR linked above and cutting a release afterward? That would address the deprecation warning.

Thanks in advance!

slawekjaranowski commented 8 months ago

done https://github.com/s4u/setup-maven-action/releases/tag/v1.12.0

Thanks for report and PR

NotMyFault commented 8 months ago

done v1.12.0 (release)

Thanks for report and PR

I have to thank you for the swift merge and release, thanks! 🚀