Closed NotMyFault closed 8 months ago
done https://github.com/s4u/setup-maven-action/releases/tag/v1.12.0
Thanks for report and PR
done
v1.12.0
(release)Thanks for report and PR
I have to thank you for the swift merge and release, thanks! 🚀
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:I took a brief look over the actions GH complains about:
actions/setup-java
: already addressed in https://github.com/s4u/setup-maven-action/pull/65s4u/maven-settings-action
: already addressed in https://github.com/s4u/setup-maven-action/pull/66actions/cache
: awaiting merge of https://github.com/s4u/setup-maven-action/pull/69stCarolas/setup-maven
: awaiting merge of https://github.com/s4u/setup-maven-action/pull/70Would you mind merging my PR linked above and cutting a release afterward? That would address the deprecation warning.
Thanks in advance!