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

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. #21

Open
dboulet01 opened this issue Mar 13, 2023 · 3 comments

Comments

@dboulet01
Copy link

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/

Please update action to support new output method:

  • name: Set output
    run: echo "{name}={value}" >> $GITHUB_OUTPUT
@grant-mccarriagher
Copy link

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.

@hmanzur

@dboulet01
Copy link
Author

@hmanzur will you be maintaining this action, or should we seek alternative?

@kroese
Copy link

kroese commented May 4, 2023

@dboulet01 I created a fork where this (and other) problems are fixed: https://github.com/kroese/set-secret

calexander3 pushed a commit to TonicAI/github-actions-set-secret that referenced this issue Apr 5, 2024
…_yarn/tweetsodium-0.0.6

Bump tweetsodium from 0.0.5 to 0.0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants