-
Notifications
You must be signed in to change notification settings - Fork 70
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
Deprecated GitHub actions usage #355
Comments
Will be solved by #347, because you only use |
Thanks for bringing this up. Kind of an easy fix. Let's see if the warnings go away |
Confirmed fixed! Re-ran the the job I quoted above on the same commit. - name: Set up Android SDK.
uses: android-actions/setup-android@v2 Before: After: Thanks for the amazing turnaround. |
No need to thank me, that warning would have turned into an error eventually. Now I need to find 20+ different places in other projects where I use set-output manually |
Not much: https://github.com/search?q=user%3AViliusSutkus89+set-output&type=code Example that might help (if you have non-trivial echo): TWiStErRob/net.twisterrob.sun#156 |
Weird the only usage is here: @ViliusSutkus89 is it possible you didn't do |
I have a recent execution on v2 |
@kyhule 2.0.2 is really old, the fix only exists in 2.0.10: |
@TWiStErRob Ah sorry about that. This is the first time using GitHub actions. I was using v2.0.2 because that is the version listed as the latest on the actions marketplace. I'll upgrade to v2.0.10 today! |
I recommend you just use |
Example: https://github.com/TWiStErRob/glide-support/actions/runs/3275044365/jobs/5389377582#step:3:710
Similar fix: https://github.com/actions/checkout/pull/962/files#diff-321508dc4e9600826d25995a75796331f7015f0faeaea651daf659bf3e8a98f6L46
The text was updated successfully, but these errors were encountered: