Deprecation Warning Output from GitHub Actions
See original GitHub issueBehaviour
Warning: The 'save-state' 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/
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/
As per https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Steps to reproduce this Issue
- use
actions/checkout@v3
to checkout a repository
Issue Analytics
- State:
- Created a year ago
- Reactions:16
- Comments:13 (3 by maintainers)
Top Results From Across the Web
How to Fix the set-output GitHub Actions Deprecation Warning
If you have a GitHub Actions workflow that sets an output using echo ::set-output key=value , you have started to see an unhelpful ......
Read more >Update the set-output command (deprecation warning) #351
When using this Action in a Workflow, GitHub displays a warning: The 'set-output' command is deprecated and will be disabled soon.
Read more >How to Patch the Deprecated set-output in GitHub Workflows ...
GitHub recently deprecated the set-output workflow command on October 11, which had been the way for workflow steps, as well as for container ......
Read more >Deprecating save-state and set-output commands
GitHub Actions : Deprecating save-state and set-output commands. actions. October 11, 2022. To avoid untrusted logged data to use save-state and set-output ......
Read more >Dealing with Set-Output Depreciation Warnings in Terraform ...
I've got a build that is running terraform on github actions (I ... The `set-output` command is deprecated and will be disabled soon....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rentziass still seeing this:
I even tried being explicit with
uses: actions/checkout@v2.5.0
, but seeing the same. Any ideas? 🤔Hi @cyhcyh, this is expected as we’re beginning to deprecate those workflow and started updating actions with a fix. We’re back-porting that fix to checkout@v2 shortly to solve this for people that don’t have control over the version of checkout that is being used, I’ll report here as soon as that’s done!