Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove usage of deprecated set-output action (#27)
## Summary: As I was fixing our mobile actions to use node16 everywhere, I also noticed a deprecation warning for using `::set-output` (more info [here](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)). This PR updates this repo to use the new syntax. Issue: "none" ## Test plan: Review it visually. I'll update the mobile repo to start using this on the branch to test. Author: jeremywiebe Reviewers: jandrade, jaredly, jeremywiebe, lillialexis Required Reviewers: Approved By: jaredly Checks: ✅ Jest Coverage, ✅ autofix, ✅ lint_and_unit Pull Request URL: #27
- Loading branch information