flood of `set-output` deprecation warnings
See original GitHub issueWarning: 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/
My workflow summaries are getting flooded by the above message, which is muddling the workflow summary making it difficult to read. I’m using gittools actions
version 0.9.14
, which seem to be using @actions/core v1.10.0
as indicated by the blog post 🤔
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Deprecation warnings for set-state and set-output commands
Seeing the following two warnings when using this action: The `save-state` command is deprecated and will be disabled soon.
Read more >8. Configuration Reference — BIND 9 9.18.8 documentation
Warning. This option is deprecated and will be removed in a future version of BIND. ... Rate limiting prevents the use of BIND...
Read more >Configuring QoS [Cisco Catalyst 2960 Series Switches]
Configuring QoS. This chapter describes how to configure quality of service (QoS) by using automatic QoS (auto-QoS) commands or by using ...
Read more >How can I get rid of deprecated warnings in ... - Stack Overflow
One way to implement deprecation warnings is to produce warnings on calls to deprecated functions, unless you are calling from a deprecated ...
Read more >Reference Manual For OpenVPN 2.4
--ifconfig-nowarn: Don't output an options consistency check warning if the ... --ifconfig-pool-linear: DEPRECATED This option will be removed in OpenVPN ...
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 Free
Top 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
@patriziobrunops, @vktr fixed in version 0.9.15, ca you confirm?
@patriziobrunops is your workflow public? overwise can you post the part of the workflow starting with checkout up to the gittools actions?