-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update @actions/core
to stop using set-output
since it is deprecated
#28
Comments
@lots0logs Any idea when this can be issue might be resolved? Otherwise, this action won't be able to be used beyond the 31 May 2023 |
@OrBin @MCKevmeister Please let me know if the latest release works okay for you. Thanks. |
We have backlogged a ticket and will be address this before the end of the month. Thanks for releasing an update! |
Sorry @lots0logs, I do not use this action any more. |
Hi @lots0logs, it looks like you might need to upgrade some other related packages? Using the latest release I get the following error:
|
Thanks. Fixed in 2.2.1 ✔️ |
Thanks @lots0logs. I just tested and that solves the node version param issue. Looks like there is another one though. I get this error now
Same actions yaml works okay back on v2.1.4 |
@Jeremy-NZ Thanks for testing. I just released 2.2.2 which address that error. |
That has done the trick. Thanks a million @lots0logs. |
## 1.0.0 (2024-03-08) ### Bug Fixes * add ci and node20 ([98f53df](98f53df)) * make compatible with latest octokit version. ([6cb5164](6cb5164)), closes [lots0logs#26](https://github.com/GoodTimeio/action-get-changed-files/issues/26) [lots0logs#28](https://github.com/GoodTimeio/action-get-changed-files/issues/28) ### Chores * maintenance ([f11cd45](f11cd45)), closes [lots0logs#26](https://github.com/GoodTimeio/action-get-changed-files/issues/26) [lots0logs#28](https://github.com/GoodTimeio/action-get-changed-files/issues/28) * update workflow ([6902405](6902405)) * update workflow ([e0e5c71](e0e5c71))
This action uses
@actions/core
version 1.2.6, which is using theset-output
command, that is deprectated in GitHub Action since October 11th.@actions/core
version 1.10.0 fixes this issue.Can you please upgrade this library to keep compatibility?
The text was updated successfully, but these errors were encountered: