You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
now have this same warning:
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/
The text was updated successfully, but these errors were encountered: