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

The set-output command is deprecated and will be disabled soon #20

Open
joey-ma opened this issue Dec 7, 2022 · 0 comments
Open

The set-output command is deprecated and will be disabled soon #20

joey-ma opened this issue Dec 7, 2022 · 0 comments

Comments

@joey-ma
Copy link
Contributor

joey-ma commented Dec 7, 2022

I was just browsing around and noticed a new warning within GitHub Actions' workflow Annotations.
Will come around to work on this another day as GitHub's plan to fully disable current commands won't be until May 31st, 2023.
Creating issue now as a reminder though before waiting to see fail messages starting June 1st, 2023.

Overview

For example, both

  • Check Ruby Version and Open New Issue on Change #147
  • Check Github Pages Gem Version and Open New Issue on Change #146
    now have this same 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/

Action Items

Read article below and update workflow to use the new environment files to manage state and output.

Resources/Instructions

The article link provided was posted 10/11/2022 and explains the issue well.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

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

1 participant