We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
These are what we need to do/check:
set-output
echo "{name}={value}" >> $GITHUB_OUTPUT
The text was updated successfully, but these errors were encountered:
Stop using the deprecated set-output in our CI configs (#1059)
e7143b9
This closes #927. This PR also includes a few changes to make style check pass for the stable Rust 1.75.
Successfully merging a pull request may close this issue.
See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
These are what we need to do/check:
set-output
toThe text was updated successfully, but these errors were encountered: