Skip to content

Replace deprecated set-output command

Latest

Choose a tag to compare

@arturo-ojeda arturo-ojeda released this 18 Oct 17:00
5d8e096

As referred in:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

The set-output command is deprecated and can be replaced with $GITHUB_OUTPUT

The behavior remains the same.