generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 139
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
The set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
#80
Comments
Also seeing this warning. |
TiagoMSSantos
added a commit
to TiagoMSSantos/MobileRT
that referenced
this issue
Jul 18, 2023
This is necessary because Github will eventually remove this deprecated command: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ It replaced the `r0adkll/sign-android-release` github action that signs the APK by `ilharp/sign-android-release` because this alternative version already fixed the warnings from these deprecated commands in: ilharp/sign-android-release#10 While the `r0adkll/sign-android-release` still haven't addressed this issue: r0adkll/sign-android-release#80
TiagoMSSantos
added a commit
to TiagoMSSantos/MobileRT
that referenced
this issue
Jul 18, 2023
This is necessary because Github will eventually remove this deprecated command: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ It replaced the `r0adkll/sign-android-release` github action that signs the APK by `ilharp/sign-android-release` because this alternative version already fixed the warnings from these deprecated commands in: ilharp/sign-android-release#10 While the `r0adkll/sign-android-release` still haven't addressed this issue: r0adkll/sign-android-release#80
@r0adkll Can you please take a look at this? Because this might break at any time. |
Is this project abandoned? |
Anyone want to maintain a fork? |
HI @paulschreiber @tmorone-rezi @funkenstrahlen @pradip-mobiuso I have created a new repo trying to maintain the project, based on this solution. My solution is based on Node.js 20.9 and I solved also this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
set-output
command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/The text was updated successfully, but these errors were encountered: