Receive deprecated warnings at GH workflow step for version trilom/[email protected]
Describe the bug
Warning: 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/
In our workflow we did fixed the 'set-output' command with help of https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
But still wherever we have used trilom/[email protected] in our workflow steps we receive the above warnings.
Workflow If applicable, provide a workflow file to help explain your problem.
Expected behavior Is it something that new version of this repo will fix the warnings list that we get in GH action run ? Please help on same.
Additional context
Add any other context about the problem here.

Hi, Any updates to fix the set-output deprecated warnings?
It seems this repo got abandoned...
Anybody knows if they are going to update it or do we need to use another plugin? if yes, can anybody recommend the new one?
Yep, looks like we'll need a new one. Maybe someone responsible should fork this repo and maintain it.
I have added a fix for this and opened a PR here: https://github.com/trilom/file-changes-action/pull/148
Given that I opened a documentation PR a while back and it didn't get merged, I have also gone ahead and created a fork with a release of this fix: https://github.com/808sAndBR/file-changes-action/releases/tag/v1.2.5
I don't plan to actively maintain or be especially "responsible" but it is working for my stack and anyone that wants to update to uses: 808sAndBR/[email protected] is welcome to. If @trilom merges this change into main I will be pointing my actions back to their's but will leave my fork and it's release as is.
Also I am really more of a pythonista that has dipped their toes into a few hours of JS/TS so if anyone has feedback on anything I should have done differently with this change, I am happy to update and stamp a new release.
this workflow is actively developed and doing pretty much the same thing: https://github.com/tj-actions/changed-files
Any update on this?
I switched to https://github.com/tj-actions/changed-files - it works (even better).