Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage of deprecated set-output command #10

Merged
merged 4 commits into from
Nov 13, 2024

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
1 check passed
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