gh-98456: Replace deprecated set-output with up-to-date version - #98457
Conversation
|
Thanks @noamcohen97 for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Thanks @noamcohen97 for the PR, and @corona10 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
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 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
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 <[email protected]>
|
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 <[email protected]>
gh-98564) [3.10] gh-98456: Replace deprecated `set-output` with up-to-date version (gh-98457). (cherry picked from commit 1db2a0c) Co-authored-by: Noam Cohen <[email protected]> Co-authored-by: Noam Cohen <[email protected]>
gh-98565) [3.11] gh-98456: Replace deprecated `set-output` with up-to-date version (gh-98457). (cherry picked from commit 1db2a0c) Co-authored-by: Noam Cohen <[email protected]> Co-authored-by: Noam Cohen <[email protected]>
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