-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Get rid of deprecated set-output commands in GitHub Actions #11877
Comments
Got a PR up for most of our usages of |
@roryabraham Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Reopening to continue migrating community actions. |
BugZero Checklist: The PR fixing this issue has been merged! The following checklist will need to be completed before the issue can be closed:
|
1 similar comment
BugZero Checklist: The PR fixing this issue has been merged! The following checklist will need to be completed before the issue can be closed:
|
The Bug0 checklist is safe to ignore here I think. Was just doing a migration forced by GitHub |
Triggered auto assignment to @miljakljajic ( |
What action should I take here, sorry? |
This is not a bug, going to remove you and the bug label |
tspascoal/get-user-teams-membership is an outdated action I need to migrate. Probably will just replace it with the GH cli |
Anyone can continue working on this, but I'm not going to prioritize it right now. Adding it to the tracking issue and dropping it for now. |
Looks like this has all been done now:
|
Reassigning to @roryabraham since he did most of the work by the look of it, so credit due. |
Problem
GitHub deprecated the set-output command in workflows, and they will "soon be disabled".
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
https://github.com/Expensify/App/actions/runs/3252739822/jobs/5339300870
Why is this important?
These were deprecated for security reasons, and if we don't update our workflows then they will stop working soon.
Solution
Update to using the new environment files.
The text was updated successfully, but these errors were encountered: