facebook / proxygen

A collection of C++ HTTP libraries including an easy to use HTTP server.
Other
8.16k stars 1.5k forks source link

ci: Use GITHUB_OUTPUT envvar instead of set-output command #480

Closed arunsathiya closed 10 months ago

arunsathiya commented 10 months ago

save-state and set-output commands used in GitHub Actions are deprecated and GitHub recommends using environment files.

This PR updates the usage of set-output to $GITHUB_OUTPUT

Instructions for envvar usage from GitHub docs:

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter

jbeshay commented 10 months ago

Thanks @arunsathiya for bringing this to our attention. This file is shared between multiple repositories so we can't directly merge it here but I will take this up internally to update the workflow.

facebook-github-bot commented 10 months ago

@jbeshay has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 10 months ago

@jbeshay merged this pull request in facebook/proxygen@09562a1ecce829dd199559b7b1698c56e6ca3639.