Closed RytoEX closed 2 years ago
GitHub Actions has deprecated set-output. Replace usages of set-output in stdout with the new syntax to save the output to the new environment variable.
See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Don't want deprecation warnings hiding real issues.
It hasn't. This was written by following documentation. A CI run will be the test.
Description
GitHub Actions has deprecated set-output. Replace usages of set-output in stdout with the new syntax to save the output to the new environment variable.
See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Motivation and Context
Don't want deprecation warnings hiding real issues.
How Has This Been Tested?
It hasn't. This was written by following documentation. A CI run will be the test.
Types of changes
Checklist: