indiesdev / curl

36 stars 15 forks source link

Action is deprecated, please upgrade to Node 16 #21

Open Ponnia-M opened 7 months ago

Ponnia-M commented 7 months ago

These warnings has been persistent in our github action workflows:

  1. The following actions uses node12 which is deprecated and will be forced to run on node16: indiesdev/curl@v1.1.
  2. 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/

Even better upgrade to Node 20 since we have been getting similar issues with Node 16.

diegocosta-dev commented 7 months ago

I have the same issue, set-output

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/