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
gh-98456: Replace deprecated set-output with up-to-date version
#98457
Conversation
|
Thanks @noamcohen97 for the PR, and @corona10 for merging it |
|
Thanks @noamcohen97 for the PR, and @corona10 for merging it |
|
Sorry, @noamcohen97 and @corona10, I could not cleanly backport this to |
|
Sorry @noamcohen97 and @corona10, I had trouble checking out the |
|
Thanks @noamcohen97 for the PR, and @corona10 for merging it |
|
Sorry, @noamcohen97 and @corona10, I could not cleanly backport this to |
…e version (pythongh-98457). (cherry picked from commit 1db2a0c) Co-authored-by: Noam Cohen <noam@noam.me>
|
GH-98564 is a backport of this pull request to the 3.10 branch. |
|
GH-98565 is a backport of this pull request to the 3.11 branch. |
…e version (pythongh-98457). (cherry picked from commit 1db2a0c) Co-authored-by: Noam Cohen <noam@noam.me>
This is the deprecation notice:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Documentation:
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
set-output#98456