-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
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
Replace deprecated set-state set-output GitHub Action's commands #12289
Conversation
34830fa
to
fe4e9fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @kirklin, I've left my feedback inline.
Also, can you please squash your commits into one?
- name: Set up gradle | ||
uses: spring-io/spring-gradle-build-action@v1 | ||
uses: kirklin/spring-gradle-build-action@v1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to use an action that is outside the Spring control, instead of doing this, we should open an issue in https://github.com/spring-io/spring-gradle-build-action in order to get a new version released with the deprecations replaced.
Please, let's keep spring-io/spring-gradle-build-action@v1
for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok!I will sync the update to spring-io/spring-gradle-build-action@v1
.
The save-state, set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Closes gh-12032