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

Fix GitHub Action deprecated notices. #314

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

desrosj
Copy link
Contributor

@desrosj desrosj commented Sep 20, 2023

This fixes several deprecated notices caused by the use of set-output and save-output in GitHub Action workflows.

These were deprecated, and could be removed at any time without notice. GitHub posted an update on July 24th that they still plan on removing these commands but were delaying the removal because of continued high usage.

More can be found about this in the announcement posts:

This fixes several deprecated notices caused by the use of `set-output` and `save-output` in GitHub Action workflows.

These were deprecated, and could be removed at any time without notice. GitHub posted an update on July 24th that they still plan on removing these commands but were delaying the removal because of continued high usage.

More can be found about this in the announcement posts:
- https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/
@desrosj desrosj self-assigned this Sep 20, 2023
@0aveRyan
Copy link
Member

Thanks @desrosj!

@arunshenoy99 arunshenoy99 added the Code Review The PR is in Code Review label Sep 21, 2023
@arunshenoy99 arunshenoy99 merged commit 6516fef into trunk Sep 25, 2023
@arunshenoy99 arunshenoy99 deleted the fix/github-actions-deprecated-commands branch September 25, 2023 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Review The PR is in Code Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants