-
Notifications
You must be signed in to change notification settings - Fork 203
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
Updated dependencies to fix set-output warning #279
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
@jhuleatt could we get some traction on this please? This action seems really popular and it will stop working on June 1st, 2023 unless fixed. |
Uses Firebase Hosting & https://github.com/FirebaseExtended/action-hosting-deploy to build and deploy the example app on web. Creates preview sites for PRs, and deploys to the live site on pushes to the master branch. We're looking for FirebaseExtended/action-hosting-deploy#279 to be merged by 2023/05/31. We're looking for axel-op/dart-package-analyzer#22 to be resolved by 2023/05/31. Otherwise, this action will fail (note that the existing action will fail by this date currently anyway).
@jhuleatt could you please merge this branch? We have only two weeks left before the main branch becomes outdated without this update. Thank you in advance! 🙏 |
Thank you @yurist38! Really appreciate this! |
Awesome! Thank you for reviewing and merging this! |
Hello,
I've noticed this warning in my CI output, and I'm pretty confident it's coming from this action.
This PR is an attempt to fix it, but I didn't test it myself yet.
I've simply upgraded all dependencies and fixed a couple of small things in the GitHub CLI in order to make it work again.