nuclei-action icon indicating copy to clipboard operation
nuclei-action copied to clipboard

Action uses deprecated `save-state` command

Open allanbreyes opened this issue 2 years ago • 0 comments

I saw this message in my logs:

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/

Looks like it's not called anywhere directly and is used in a dependency. Should be fixable by bumping @actions/core to v1.10.0.

allanbreyes avatar Oct 11 '22 19:10 allanbreyes