We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @slawekjaranowski,
using s4u/[email protected] emits warnings on every workflow run due to the consumption of actions using Node.js 16 over 20, which is deprecated:
s4u/[email protected]
I took a brief look over the actions GH complains about:
actions/setup-java
s4u/maven-settings-action
actions/cache
stCarolas/setup-maven
Would you mind merging my PR linked above and cutting a release afterward? That would address the deprecation warning.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
done https://github.com/s4u/setup-maven-action/releases/tag/v1.12.0
Thanks for report and PR
Sorry, something went wrong.
done v1.12.0 (release) Thanks for report and PR
done v1.12.0 (release)
v1.12.0
I have to thank you for the swift merge and release, thanks! 🚀
slawekjaranowski
No branches or pull requests
Hey @slawekjaranowski,
using
s4u/[email protected]
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 Bump actions/setup-java from 3 to 4 #65s4u/maven-settings-action
: already addressed in Bump s4u/maven-settings-action from 2.8.0 to 3.0.0 #66actions/cache
: awaiting merge of Bump actions/cache from 3 to 4 #69stCarolas/setup-maven
: awaiting merge of Update stCarolas/setup-maven to v5 #70Would you mind merging my PR linked above and cutting a release afterward? That would address the deprecation warning.
Thanks in advance!
The text was updated successfully, but these errors were encountered: