Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

set-output and save-state are deprecated #103

Closed
muffl0n opened this issue Oct 12, 2022 · 1 comment · Fixed by #104
Closed

set-output and save-state are deprecated #103

muffl0n opened this issue Oct 12, 2022 · 1 comment · Fixed by #104
Assignees

Comments

@muffl0n
Copy link
Contributor

muffl0n commented Oct 12, 2022

Describe the bug
Since runner version 2.298.2 set-output and save-state are deprecated: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

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/

Expected behavior
No deprecation message

Screenshots
n/a

Logs
n/a

@itsankit-google
Copy link

+1. This action is being used in an important workflow of our repo and we are also observing this warning.

virtuoushub added a commit to virtuoushub/retry that referenced this issue Oct 14, 2022
> 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.

- https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

closes: nick-fields#103
nick-fields pushed a commit that referenced this issue Oct 15, 2022
> 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.

- https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

closes: #103
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants