setup-kubectl icon indicating copy to clipboard operation
setup-kubectl copied to clipboard

Feature Request: Migrate from `set-output`

Open Luctia opened this issue 1 year ago • 2 comments

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.

Luctia avatar Jun 17 '24 08:06 Luctia

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

davidgamero avatar Sep 03 '24 17:09 davidgamero

Using v2: uses: azure/[email protected]

Luctia avatar Oct 04 '24 09:10 Luctia