-
Notifications
You must be signed in to change notification settings - Fork 738
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
Update the set-output
command (deprecation warning)
#351
Labels
enhancement
New feature or request
Comments
jo-tools
changed the title
Update the
Update the Oct 11, 2022
set-output
commandset-output
command (deprecation warning)
This was referenced Oct 12, 2022
Merged
6 tasks
jeremyckahn
added a commit
to jeremyckahn/farmhand
that referenced
this issue
Dec 29, 2022
jeremyckahn
added a commit
to jeremyckahn/farmhand
that referenced
this issue
Dec 30, 2022
* chore: use node 18 - Required upgrade to node-sass 8.0.0 - Required --openssl-legacy-provider - See: https://nodejs.org/en/blog/release/v17.0.0/#openssl-3-0 - See: https://stackoverflow.com/a/69699772 - See: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ * fix: use --openssl-legacy-provider for build * fix: update to non-deprecated MUI APIs - See: actions/upload-artifact#351 - See: dorny/test-reporter#219 * chore: unpin GitHub action versions
wiese
added a commit
to wiese/jaslmus
that referenced
this issue
Jan 27, 2023
Use a new version of upload-artifact and download-artifact to comply with github's deprecation. actions/upload-artifact#351 https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like to be added?
When using this Action in a Workflow, GitHub displays a warning:
The 'set-output' command is deprecated and will be disabled soon.
So the
set-output
command should be updated... so that no warning of deprecations are being displayed.Why is this needed?
The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: 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: