Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

kirklin
Copy link
Contributor

@kirklin kirklin commented Nov 24, 2022

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

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 24, 2022
@kirklin kirklin force-pushed the 5.6.x branch 3 times, most recently from 34830fa to fe4e9fb Compare November 25, 2022 03:38
@kirklin kirklin changed the title ci: Update actions/checkout to v3 Replace deprecated set-state set-output GitHub Action's commands Nov 25, 2022
@marcusdacoregio marcusdacoregio added in: build An issue in the build type: enhancement A general enhancement status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 25, 2022
@marcusdacoregio marcusdacoregio self-assigned this Nov 25, 2022
Copy link
Contributor

@marcusdacoregio marcusdacoregio left a 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
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@marcusdacoregio
Copy link
Contributor

Thanks @kirklin, this is now merged via 9c6d904

@marcusdacoregio marcusdacoregio added this to the 5.6.10 milestone Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: build An issue in the build status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace deprecated set-state set-output GitHub Action's commands
3 participants