Skip to content
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

set-output command is deprecated and will be disabled soon warning #44

Open
nosvalds opened this issue Jan 6, 2023 · 8 comments
Open
Labels
need-to-triage Requires investigation

Comments

@nosvalds
Copy link
Contributor

nosvalds commented Jan 6, 2023

When running this GitHub Action in a workflow, I'm receiving the following warning:

Warning: 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/

core.setOutput('webapp-url', applicationURL);

@nosvalds nosvalds added the need-to-triage Requires investigation label Jan 6, 2023
@nosvalds
Copy link
Contributor Author

nosvalds commented Jan 6, 2023

Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.

@harveyramer
Copy link

Is there an alternative to this action that would be simple to implement in my CI, or will this action be updated before the deprecation is final?

@travisgan
Copy link

A note of urgency. If this is not resolved, this action will fail on June 1st, in just a few weeks.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

@johnrhunt
Copy link

GH actions have postponed the June 1st expiry date, but this won't be forever, and we do still have annoying deprecation messages.

I have a feeling this project has been abandoned so might need forking.

@leandromsft
Copy link

Is there a date for an updated version of this action?

@moses-crasman
Copy link

Still getting this same deprecation warning with

uses: azure/appservice-settings@v1

@rajbos
Copy link

rajbos commented Jun 1, 2024

I have forked the action and published a Node 20 version to the marketplace: Azure App Service Settings for Node20.

@poychang
Copy link

Still facing this issue with azure/appservice-settings@v1

Thanks @rajbos published Azure App Service Settings for Node20. It works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-to-triage Requires investigation
Projects
None yet
Development

No branches or pull requests

8 participants