phish108 / autotag-action

A lightning fast autotagger for semver tagging in github actions
MIT License
14 stars 14 forks source link

`set-output` is being deprecated #190

Closed Rody-Oldenhuis closed 1 year ago

Rody-Oldenhuis commented 1 year ago

As per this 2022 blogpost, the set-output command is being deprecated. This results in job warnings:

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files.

This requires a bit of rework, since it conflicts with the generic Command

phish108 commented 1 year ago

thank you @Rody-Oldenhuis. Version v1.1.64 fixes this issue.