mathiasvr / command-output

GitHub action that runs a command and store its output
MIT License
42 stars 10 forks source link

Generates warning about set-output command being deprecated #4

Closed scouten-adobe closed 1 year ago

scouten-adobe commented 2 years ago

I used this action in a recent workflow and it generated a 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/

cafuego commented 2 years ago

The fix should be to simply bump @actions/core to v1.10.0 as per https://github.com/mathiasvr/command-output/pull/5

CassieSloan commented 1 year ago

bump - this would've been really useful if it worked with new github actions

debek commented 1 year ago

@mathiasvr can you bump?