ramsey / composer-install

:gift: A GitHub Action to streamline installation of PHP dependencies with Composer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`set-output` function is deprecated

jrfnl opened this issue · comments

Description

GitHub in their wisdom has deprecated the use of set-output (and save-state). As set-output is used in every script in this action runner, the logs of any workflow run using it are now showing lots of warnings.

Refs:

Expected behavior

No warnings.

Screenshots or output

image

Environment details

Not relevant

Additional context

I've got the principle for a fix ready, just running into issues with the tests as expect doesn't show the new output, so I'm not all that sure what the updated output expectations should be.

Looks like PR #235 attempts to address this and that @desrosj has got the test updates figured out already.