facebook / memlab

A framework for finding JavaScript memory leaks and analyzing heap snapshots
https://facebook.github.io/memlab/
MIT License
4.3k stars 116 forks source link

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

Closed arunsathiya closed 5 months ago

arunsathiya commented 5 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

facebook-github-bot commented 5 months ago

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

facebook-github-bot commented 5 months ago

@JacksonGL merged this pull request in facebook/memlab@12d315f06944ea7c7b3b89d03ff278213c875b91.