setup-kubectl
setup-kubectl copied to clipboard
Feature Request: Migrate from `set-output`
Feature request
When running this action, a warning is shown:
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/
They've already moved the deprecation of this feature forward, with seemingly no planned time currently in mind, but I think it's a good idea to at least make it known that they plan to deprecate it. It looks like the source of this issue might be this line in the run.ts file, but I'm no expert.
which version of the action are you using?
i see v1.10.0 of @actions/core should update to avoid this, but this action already uses that version, so if you are on the latest release it may be a more complex issue
Using v2: uses: azure/[email protected]