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/
Please update action to support new output method:
- name: Set output
run: echo "{name}={value}" >> $GITHUB_OUTPUT
Warning: The
set-outputcommand 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/Please update action to support new output method:
run: echo "{name}={value}" >> $GITHUB_OUTPUT