Skip to content

Fix usage of deprecated set-output command#10

Merged
recih merged 4 commits intorecih:mainfrom
emilymclean:update-gh-core
Nov 13, 2024
Merged

Fix usage of deprecated set-output command#10
recih merged 4 commits intorecih:mainfrom
emilymclean:update-gh-core

Conversation

@emilymclean
Copy link
Contributor

@emilymclean emilymclean commented Nov 13, 2024

Pipelines using this action produce the 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/

This pull request in the @actions/core library changes the output format from the old style (e.g. echo "::set-output NAME=VALUE" to the new style echo "NAME=VALUE" >> $GITHUB_OUTPUT and was made available in the version 1.10.0.

Other dependencies have been updated as well, @vercel/ncc was seemingly incompatible, and the others were just to keep things up to date.

EDIT: I have also bumped node to 20, since apparently that's the required version now

@recih
Copy link
Owner

recih commented Nov 13, 2024

Seems nice! Thanks!

@recih recih merged commit ff36feb into recih:main Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants