Whenever I use this action, I get the following warning:
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/
I don't think this is an issue with your action, I believe it's the @actions/core v1.2.1 dependency, which is 6 years old. I bet if you updated to a current version this problem would be fixed.
Thank you for the action, it has worked great for us!
Whenever I use this action, I get the following warning:
I don't think this is an issue with your action, I believe it's the
@actions/core v1.2.1dependency, which is 6 years old. I bet if you updated to a current version this problem would be fixed.Thank you for the action, it has worked great for us!