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
set-output
Github Workflow uses deprecated set-output, we should switch to the new environment files as mentioned here: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The text was updated successfully, but these errors were encountered:
pythongh-98456: replace deprecated set-output with up-to-date version
2b69f2f
gh-98456: Replace deprecated set-output with up-to-date version (gh…
1db2a0c
…-98457)
[3.10] pythongh-98456: Replace deprecated set-output with up-to-dat…
87f1114
…e version (pythongh-98457). (cherry picked from commit 1db2a0c) Co-authored-by: Noam Cohen <noam@noam.me>
[3.11] pythongh-98456: Replace deprecated set-output with up-to-dat…
0c79a2c
No branches or pull requests
noamcohen97 commentedOct 19, 2022
Feature or enhancement
Github Workflow uses deprecated
set-output
, we should switch to the new environment files as mentioned here:https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The text was updated successfully, but these errors were encountered: